ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There's an even simpler way than anyone else has described (except for @joq's answer) that doesn't require any hacking or coding whatsoever. You can add multiple instances of the same tool by using a custom (or modifying the default) .rviz
configuration file.
Under the Tools
section add:
- Class: rviz/SetGoal
Topic: /name1/move_base_simple/goal
- Class: rviz/SetGoal
Topic: /ns2/move_base_simple/goal
where name1
and name1
are the names of your robots.
2 | No.2 Revision |
There's an even simpler way than anyone else has described (except for @joq's answer) that doesn't require any hacking or coding whatsoever. You can add multiple instances of the same tool by using a custom (or modifying the default) .rviz
configuration file.
Under the Tools
section add:
- Class: rviz/SetGoal
Topic: /name1/move_base_simple/goal
- Class: rviz/SetGoal
Topic: /ns2/move_base_simple/goal
/name2/move_base_simple/goal
where name1
and name1
are the names of your robots.
3 | No.3 Revision |
There's an even simpler way than anyone else has described (except for @joq's answer) that doesn't require any hacking or coding whatsoever. You can add multiple instances of the same tool by using a custom (or modifying the default) .rviz
configuration file.
Under the Tools
section add:
- Class: rviz/SetGoal
Topic: /name1/move_base_simple/goal
- Class: rviz/SetGoal
Topic: /name2/move_base_simple/goal
where name1
and
are the names of your robots.name1name2