GithubHelp home page GithubHelp logo

rayckey / v_repextrosinterface Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.17 MB

Package for V-REP & ROS Interface

License: Other

CMake 9.50% C++ 77.29% Shell 0.70% Lua 0.05% C 2.72% Python 9.74%

v_repextrosinterface's Introduction

ROS Interface plugin for V-REP

Compiling

  1. Download
$ git clone --recursive https://github.com/Rayckey/v_repExtRosInterface.git
  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. Edit set(ENV{VREP_ROOT} ~/V-REP_PRO_EDU_V3_5_0_Linux) in CMakeLists.txt to the path of V-REP installation, and comment link_directories("/opt/ros/lunar/lib") if using older versions
  3. Clone XR1_vrep_ros, return to work space and build using catkin build (catkin make may cause issues)
$ catkin build
  1. IMPORTANT! After compiling, copy libv_repExtRosInterface.so from WORKSPACE/devel/lib/ to V-REP root folder, and do so whenever the meta/messages.txt or meta/services.txt files have been modified

Dependencies

  1. For catkin build to work, some packages may need to be installed via apt-get, which include:

Essentials

$ sudo apt-get install python-catkin-tools python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential xsltproc

cakin_tools

$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list'
$ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install python-catkin-tools

v_repExtRosInterface

v_repextrosinterface's People

Contributors

rayckey avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.