arennuit / vrep_ros_control_example

ros_control robot-specific back end for vrep (i.e. ~ gazebo_ros_control but for vrep and for a specific robot)
MIT License
18 stars 17 forks source link

vrep_ros_control_example

This package contains a ros_control robot-specific back end for vrep (i.e. ~ gazebo_ros_control but for vrep and for a specific robot). It integrates ros_control in vrep for an example robot called MyRobot.

HOW TO RUN IT

HOW IT WORKS

In order to create a ros_control back end for vrep:

Please look at the code if you want to understand how the plugin works, it should be self explaining for people who know well about vrep and ros_control, and it is well commented for the others. The main "trick" is in function "bool ROS_server::initialize()" in file vrepControl_server.cpp.

In case of trouble feel free to contact me.

Thanks,

Antoine Rennuit

antoinerennuit@hotmail.com