ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When I encountered the same problem, I wrote a ROS package that essentially does what Oscar Lima suggested: It reads ROS joint state messages and transforms them into call to the service /gazebo/set_model_configuration. In this way, you can visualize the robot configuration without having to tune any controllers.
The package is well documented and available on GitHub.
2 | No.2 Revision |
When I encountered Yes, it is possible!
In order to control your robot in Gazebo without setting up controllers, you have to follow these steps:
<model>
tag by <actor>
.You can do all the steps yourself, or you can visualize download the robot configuration without having gazebo_tf_injector package, which contains both the Gazebo plugin and a script to tune any controllers.convert your URDF to an actor SDF.
It also comes with lots of documentation and a ready-to-use example, which should get you started quickly:
The package is well documented and available on GitHub.
3 | No.3 Revision |
Yes, it is possible! In order to control your robot in Gazebo without setting up controllers, you have to follow these steps:
<model>
tag by <actor>
.You can do all the steps yourself, or you can download the gazebo_tf_injector package, which contains both the Gazebo plugin and a script to convert your URDF to an actor SDF.
It also comes with lots of documentation and a ready-to-use example, which should get you started quickly:quickly.