Skip to content

Commit

Permalink
fix bug with accessor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed May 31, 2024
1 parent 09d8ea5 commit 79c15f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composable_recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ComposableRecorder::ComposableRecorder(const rclcpp::NodeOptions & options)
ropt.topic_polling_interval = std::chrono::milliseconds(100);
ropt.topics.insert(ropt.topics.end(), topics.begin(), topics.end());

#ifdef USE_NEW_ACCESORS
#ifdef USE_NEW_ACCESSORS
if (ropt.is_discovery_disabled) {
stop_discovery();
}
Expand Down

0 comments on commit 79c15f3

Please sign in to comment.