Skip to content

Commit

Permalink
Add message definitions to C library
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Jan 5, 2016
1 parent 9fc1342 commit e1fbf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_c_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ generate_headers test
generate_headers ualberta
generate_headers ASLUAV
generate_headers common
mkdir -p $CLIBRARY_PATH/message_definitions
cp message_definitions/v1.0/* $CLIBRARY_PATH/message_definitions/.
echo -e "\0033[34mFinished generating c headers\0033[0m\n"

# git add and git commit in local c_library repository
Expand Down

0 comments on commit e1fbf83

Please sign in to comment.