This repository is meant to belong to a colcon workspace. It has been tested with AWS RoboMaker
- Create a new AWS RoboMaker development environment
- Run
sudo apt install ros-kinetic-gazebo-ros ros-kinetic-jacakl-description ros-kinetic-husky-description
to install the required tools - Setup the environment structure with
mkdir -p simulation_ws/src && cd simulation_ws/src
or navigate to yoursrc
directory if it already exists - Clone the contents of this repository into the
src
directory - Build and bundle the workspace using colcon with
colcon build && colcon bundle
. This will take several minutes - The simulation bundle
simulation_ws/bundle/output.tar
can now be uploaded to your S3 source bucket and run in a simulation job - The intended launch package of this bundle is
wibotic_gazebo
with the launch fileexample.launch