-
Notifications
You must be signed in to change notification settings - Fork 0
ROS workflow
JoshuaGabriel edited this page Mar 28, 2023
·
6 revisions
Inside my catkin_ws, I source setup.bash first
source devel/setup.bash
When starting to work on a new package, make a new folder on the same level as the drivetrain folder. Make a CMakeLists.txt and package file
Check out alpha-dev branch in main repo for an example of what would this look like https://github.com/Uvic-Robotics-Club/ROS-rover/tree/alpha-dev
- ROS workflow
- Guide to Relevant Motors
- Base Station to Rover Comms System Design Doc (v0.1)
- VM Ubuntu 20.04 Installation
- GPS Software Setup
- ROS on Rasberry Pi
- Runt Rover
- Computer Vision
- Tutorials
- System Diagrams
- Scheduler Documentation