Skip to content

RIVeR-Lab/aero_srr_13

Repository files navigation

aero_srr

This repo maintains the a collection of ROS packages for NASA Sample Return Robot Challenge Team AERO. All packages are in the root directory of the repository.

Development

Checkout the repository to the src directory of the catkin worksapce (${catkin_workspace}/src/aero_srr). To build the packages return to the catkin workspace directory and then run catkin_make. To do a clean build run rm -r build devel.

The development branch is the 'in-flux' version of the master branch. Code which has been at least tested for basic functionality, but not for full validation, should be merged into this branch.

When creating/modify data for the development branch, create a new 'topic' branch off of development that will contain all of your commits as you work on your modifcations. Once your work is finished and gone through basic testing, merge it back into the development branch.

Packages

  • aero_drive_controller: A package containing a node which provides services for driving the aero platform (such as driving arcs)
  • aero_path_planning: A node which plans robot movement using tentacles
  • aero_srr: A meta package for all of the aero_srr packages
  • aero_srr_bringup: A collection of lauch files for starting up the SRR packages
  • aero_srr_gui: An example gui demonstrating using QT4 in ROS
  • aero_srr_msgs: A package containing all of the messages used by the AERO SRR packages

About

Repository for storing the aero_srr ROS packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published