Skip to content

Commit

Permalink
Correct the standard names of topics
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bonnefille <[email protected]>
  • Loading branch information
Taumille committed Nov 7, 2023
1 parent 36990d7 commit 50ad6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nav_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Nav_node::Nav_node() : Node("nav_node"){
this->declare_parameter("map_file", "blank.txt");

this->robot_number = this->get_parameter("robot_id").as_int();
std::string pic_action_topic = "pic_action";
std::string pic_action_topic = "action";
std::string result_topic = "nav_result";
std::string robot_data_topic = "robot_data";
std::string robot_data_topic = "Odom";
std::string position_goal_topic = "nav_goal";
std::string stop_topic = "nav_stop";
std::string obstacle_topic = "raw_obstacles";
Expand Down

0 comments on commit 50ad6bf

Please sign in to comment.