ros-simulation / gazebo_ros_demos

Example robots and code for interfacing Gazebo with ROS
352 stars 226 forks source link

ROS Control Gazebo Plugin #36

Open mictas opened 5 years ago

mictas commented 5 years ago

Hello, I'm new about ROS and Gazebo so I'm sorry if my question can seem trivial. I follwed the "Gazebo ROS Control Tutorial" at the link: http://gazebosim.org/tutorials/?tut=ros_control. It is a very good tutorial and I've tested rrbot example. It worked fine. I've also tried to adapt it to our robot project and it works fine. In the file "rrbot.gazebo" it is used the plugin "libgazebo_ros_control.so" and it is selected gazebo_ros_control/DefaultRobotHWSim. Are these type of instructions valid for all type of robots? If not, must I create a custom "ros_control.so" plugin for my robot? Thank you.