nhquanqt / Ros_Package_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS_Package_example

I. Installation

  1. Ubuntu 16.04 or newer

  2. One of these following version of ROS

  3. Create catkin workspace

    $ mkdir -p ~/catkin_ws/src
    $ cd ~/catkin_ws/
    $ catkin_make
    $ echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
    $ source ~/.bashrc
    
  4. Install rosbridge-suite

    $ sudo apt-get install ros-<distro>-rosbridge-server
    
  5. New version unity

About


Languages

Language:C++ 75.8%Language:CMake 24.2%