CoopeliaSim ros_control plugin
Did someone try to write a roscontrol plugin, similar to gazebo roscontrol for the CoopeliaSim (previously v-rep).
There are some examples for v-rep (https://github.com/asoriano1/vrep_ros_control_example), but since the libraries changed a bit, the code won't work without further changes.
Asked by smihael on 2020-02-03 07:15:54 UTC
Answers
If you're still interested, a colleague updated the previous version(s) of Coppelia ROS integrations (ie: those for V-REP) and managed to get ros_control
working successfully: tud-cor/coppeliasim_ros_control.
It's not perfect (yet), but it works quite well for him: we've managed to get a nr of robots with "Gazebo compatibility" (ie: gazebo_ros_control
) to work with the plugin without changing anything/too much.
All credits go to him, I'm just linking here.
Asked by gvdhoorn on 2020-08-04 10:52:41 UTC
Comments
Thanks for sharing this. A colleague is currently trying to achieve something similar in a regular node (without ros_control).
Asked by smihael on 2020-08-06 04:46:09 UTC
I would really recommend using ros_control
here.
Especially if/when you're interested in time-synchronised (ie: lock-step) control over simulated joints.
Asked by gvdhoorn on 2020-08-06 04:47:40 UTC
Comments