Skip to content

Commit

Permalink
Use absolute topic name for parameter events (#929)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno authored Dec 5, 2019
1 parent e494b3e commit 4f84948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/src/rclcpp/node_interfaces/node_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ NodeParameters::NodeParameters(
if (start_parameter_event_publisher) {
events_publisher_ = rclcpp::create_publisher<MessageT, AllocatorT, PublisherT>(
node_topics,
"parameter_events",
"/parameter_events",
parameter_event_qos,
publisher_options);
}
Expand Down

0 comments on commit 4f84948

Please sign in to comment.