Skip to content

CoppeliaRobotics/simROS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Interface plugin for CoppeliaSim

Compiling

NOTE: the directory containing all files (i.e. package.xml etc) must be called sim_ros_interface, otherwise build will fail.

  1. Install required packages for simStubsGen: see simStubsGen's README
  2. Checkout
$ git clone https://github.com/CoppeliaRobotics/simROS.git sim_ros_interface
$ cd sim_ros_interface
$ git checkout coppeliasim-v4.5.0-rev0

NOTE: replace coppeliasim-v4.5.0-rev0 with the actual CoppeliaSim version you have.

  1. Edit meta/messages.txt and meta/services.txt if you need to include more ROS messages/services. You need to specify the full message/service type, i.e. geometry_msgs/Twist rather than Twist.
  2. Compile
$ catkin build

For ROS melodic / Ubuntu 18, use the 'melodic' branch