The Mammoth repository contains code which will be used on the Mammoth robot. For code that is compatible with Yeti, go to the Yeti repository, or use this code on Yeti/other robots at your own risk. This repository supports launches for both simulation and robot deployments of Mammoth.
Building
Change directory into your catkin workspace source folder. Example: cd ~/catkin_ws/src
Clone the repository into your catkin workspace: git clone https://github.com/iscumd/Mammoth.git --recurse-submodules
Change directory back to catkin workspace: cd ..
Build the catkin workspace: catkin_make (hint: Don't forget to source your workspace)
Launching
For information on launching and running the project, head to the following packages and view the readme.
Robot -> mammoth_snowplow
Simulation -> mammoth_simulation
Development
Create a issue describing a bug found or a feature to add.
Create a new branch or fork of the project. For branches, the name should describe the feature or bug you are trying to fix. Include a number that tags the issue that the change is associated with. Example: git checkout -b feat/11-estop-state or git checkout -b bug/6-compile-errors (11 & 6 being the issue number respectively)
Make changes on the new branch/fork.
Push changes to the branch/fork.
Confirm that it builds and solves the issue/implements the feature.
Make a pull request to merge the changes to the master branch, and link the appropriate issue to the pull request.
Have the pull request reviewed. Make any changes necessary to fix issues found.
请发表评论