Closed flymaxty closed 5 years ago
It's possible to set a goal directly from RViz.
move_base
and amcl
on the robot). If it isn't started, when you start the mir_driver, you'll get a warning that the topic move_base_simple/goal
is not yet subscribed to by the MiR.rviz -d $(rospack find mir_navigation)/rviz/navigation.rviz
move_base_simple/goal
.rostopic info move_base_simple/goal
and make sure that the MiR driver is subscribed to that topic, and RViz is publishing to it.Hi all,
I am seeing the same behavior -- the (real) robot does not move after clicking on a destination in RViz. All the settings, publications and subscriptions are in line with what @mintar has outlined above (screenshots attached). The map displayed in RViz as well as the position of the robot in the map are accurate.
The only step I did differently was: In RViz, I clicked "2D Nav Goal", then click on the map, as I have been doing in Gazebo. I have not yet tried clicking on "2D Pose Estimate" and then clicking on the map because I wanted to be cautious and not have the 65kg robot run crazy in the lab :)
Appreciate any help. As always, thank you!
Rahul
rosrun tf tf_monitor
, as described in the README.Hi all,
I am also seeing the same behavior too -- i am using simulation robot and it does not move after clicking on a destination in RViz. I followed all the instruction given in README and all the settings, publications and subscriptions are in line with what @mintar has outlined above (screenshots attached). The map displayed in RViz as well as the position of the robot in the map are accurate.
Also is anyone has MiR500 or 1000 URDF package? Appreciate any help. As always, thank you!
- Which MiR software version do you use?
- Are the clocks synchronized? You can check by running
rosrun tf tf_monitor
, as described in the README.
Could you give it a try with MiR software 2.3.1 or earlier? There is currently an incompatibility with MiR software versions greater than 2.3.1.
Hi all, I'm trying to use rviz to send a goal to real mir robot, but it does not move. Looks like mir can not use ros to set a goal directly. Is there any way to send a goal to real mir robot in ros? Like mir mission etc..
Thank you!