This repository hosts software for driving Sawppy the Rover using ROS (Robot Operating System).
This branch is focused on ROS Melodic Morenia. Functionality on other ROS distributions are not guaranteed.
Installation:
- Install ROS Melodic Morenia as per instructions.
- Create ROS workspace as per instructions. (By default
~/catkin_ws
) - Go into the
/src
subdirectory of your workspace and clone this repository. (By default~/catkin_ws/src/sawppy_ros
) - Return to the root of ROS workspace (by default
~/catkin_ws
) and runcatkin_make
- (More steps to follow once it is actually running...)