* Add package/.vitepress folders - more work to be done * Fix up config and add site/favicons * Update styles for wide tables * Rename English files from README.md to index.md * Add root home page * Update .gitignore for vitepress * Delete unused: travis, book, redirects * Fix up all Notes * Warnings and notes - convert to github format * Add running workflow * Add yarn lock file * Fix up links README.md to index.md * Add lock files
917 B
Generate Source Files for ROS
To add MAVlink messages/dialects while working with ROS:
-
Follow the MAVROS source install instructions to install the mavlink-gbp-release which is the MAVlink library released for ROS.
-
Uninstall the MAVlink package for ROS if previously installed.
sudo apt-get remove ros-${rosversion -d}-mavlinkor source
devel/setup.bashof your catkin workspace to override the library directory. -
In the
mavlink-gbp-release, add the new MAVlink message tocommon.xmlor add the new dialectdialect_name.xmlin themessage definitions. Do not checkout your MAVlink branch because it is not the version synced with ROS. -
Generate the MAVlink headers
catkin build mavlink. You can find the headers in~/catkin_ws/build/mavlink/include/.