forked from CMU-Robotics-Club/RoboBuggy2
-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Package: Buggy
Mehul Goel edited this page Oct 17, 2024
·
5 revisions
A majority of the ROS package is created within the folder rb_ws/src/buggy/
, which is where the ROS package for RoboBuggy is hosted. This wiki page is a breakdown of what is currently hosted within this package, and what it all means.
bags
- contains ROS bags of previous rolls to record data for archival purposes. Only important bags should be saved to the repositorybuggy
- contains the Python scripts that the package will run, including the auton, serial, telem, and simulation software stacksbuild
,install
- ROS folders created bycolcon build
that compile the code to run within ROSlaunch
- contains the launch files that run the various system configurations that RoboBuggy needs