Skip to content

Commit

Permalink
Readme: add help for cog
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Nov 28, 2017
1 parent 6f5bd5a commit 61ee3bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mavros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,17 @@ Contributing
- with `catkin tools`, issue `catkin run_tests`;
11. If everything goes as planned, push the changes (`git push -u <remote_repo> <feature_branch>`) and issue a pull request.

NOTE: cog.py can be use to generate/update enum from mavlink.
To install it :

sudo pip install --user cogapp

Then fill the behaviour you when between the [[[cog:]]] [[[end]]] balise (take example on existing files)
and invoke cog like this :

cog.py -cr your_file.h/cpp

Your file will be updated by cog.

Glossary
--------
Expand Down

0 comments on commit 61ee3bf

Please sign in to comment.