# jetbot_slam ROS package

This ROS package contains the configurations for running SLAM on the jetbot robot.

## Requirements
- ROS -- tested on Melodic, but other versions may work.
- colcon -- used for building the application. 

## Build
Once cloned in a ROS workspace, e.g., `ros_workspace/src/`, run the following commands to build it:

	cd ros_workspace
	colcon build
	
## Run
Run first the robot nodes or simulator. 
Then, source and use the launch file:

	source ros_workspace/install/setup.sh
	roslaunch jetbot_slam jetbot_slam.launch

## Attribution & Licensing

Materials substantially authored by Alberto Quattrini Li. Copyright 2020 by Amazon.com, Inc. or its affiliates. Licensed MIT-0 - See LICENSE for further information