rviz published topic remap
When i run the rviz, it is publishing the ros topic /move_base_simple/goal
. I have a robot which is subscribing the topic /medicbot/move_base_simple/goal
from a move base node. How do i remap or rename the topic /move_base_simple/goal
which is published from the rviz node?
What about remapping ?
<remap from="/move_base_simple/goal" to="/medicbot/move_base_simple/goal"/> is not working. i.e still same topic is comming.
Please detail exactly what you launch (i.e. the full launch file etc..) because with this launch file :
It worked propperly so you might be doing something wrong, but not providing enough data for us to help you.
ok. its working now.