/robomaker-jetbot

Primary LanguageCMakeApache License 2.0Apache-2.0

robomaker-jetbot

Figure 1

Figure 1

Clone into your existing local workspace

  1. Clone and rebuild
git clone https://github.com/cbuscaron/robomaker-jetbot.git
catkin_make
  1. Source builds
source /opt/ros/<ros-distro>/setup.bash
source /usr/share/gazebo/setup.sh
  1. Launch
roslaunch robomaker-jetbot world.launch

Creating a new isolated local workspace

  1. Create a workspace. In this case, let’s call it ~/simulation_ws
mkdir ~/simulation_ws/src -p
  1. Clone repository
cd ~/simulation_ws/src
git clone https://github.com/cbuscaron/robomaker-jetbot.git
  1. Now let’s compile our newly created workspace
cd ~/simulation_ws/
catkin_make
  1. Source builds
source /opt/ros/<ros-distro>/setup.bash
source /usr/share/gazebo/setup.sh
  1. Launch
roslaunch robomaker-jetbot world.launch