Skip to content

Commit

Permalink
Rename default input topic to ~/input
Browse files Browse the repository at this point in the history
Signed-off-by: Rufus Wong <[email protected]>
  • Loading branch information
rcywongaa committed May 30, 2024
1 parent 2bef129 commit 7d99188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topic_tools/src/demux_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DemuxNode::DemuxNode(const rclcpp::NodeOptions & options)
using std::placeholders::_2;

output_topic_ = declare_parameter("initial_topic", "");
input_topic_ = declare_parameter("input_topic", "~/selected");
input_topic_ = declare_parameter("input_topic", "~/input");
lazy_ = false;
output_topics_ = declare_parameter<std::vector<std::string>>("output_topics");
if (output_topic_.empty()) {
Expand Down

0 comments on commit 7d99188

Please sign in to comment.