R2D2 urdf moving in Rviz but not Gazebo
Hi all,
I can load my r2d2 urdf from the urdf tutorials in both Gazebo and Rviz. However, in RViz the model is moving in a circle and in Gazebo it is stationary. Why is this so?
Thank you
Not enough information. How does your set up look like?
I'm not sure what kind of information you're looking for?
For example, what tutorial did you follow? How do you move the models in rviz?
Also which launch files are you running? Which ROS distribution? See http://ros.org/wiki/Support
I'm using ROS fuerte and I followed this tutorial:
http://www.ros.org/wiki/urdf/Tutorials/Using%20urdf%20with%20robot_state_publisher
I'm using the state and launch file from that page. I changed model.xml to model.urdf and made the launch file look for model.urdf instead of model.xml.