Use absolute topic name for parameter events (#929)
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
This commit is contained in:
parent
e494b3efad
commit
4f84948a8e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue