turtlebot3
turtlebot3 copied to clipboard
Update move_base.launch
Made cmd_vel_topic
sensitive to namespaces. When having /cmd_vel
, the topic always gets created outside of a namespace quasi as "root", while it should be in /namespace/cmd_vel
.
For odom
this already works.