Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 847 Bytes

ROSConJP 2019

Dependencies

Build

  1. Install ROS Dashing as instructed here.

  2. Install gazebo_ros_pkgs, which also installs Gazebo:

    sudo apt install ros-dashing-gazebo-ros-pkgs
    
  3. Build this package together with Dolly and SimSlides:

    mkdir -p ws/src
    cd ws/src
    git clone https://github.com/chapulina/simslides -b master
    git clone https://github.com/chapulina/dolly -b master
    git clone https://github.com/chapulina/rosconjp_2019 -b master
    cd ..
    colcon build
    

Run

. /usr/share/gazebo/setup.sh
. ~/ws/install/setup.sh
ros2 launch rosconjp_2019 rosconjp.launch.py