This extension helps you snap ROS 2 applications for the Humble Hawksbill distribution.
This extension requires Snapcraft 7.3+.
Add extensions: [ ros2-humble ]
to the application definition in your snapcraft.yaml
file. See the ROS 2 applications documentation page for a complete tutorial on how to use this extension.
...
apps:
colcon-ros2-humble-rlcpp-hello:
command: opt/ros/humble/bin/ros2 run colcon_ros2_rlcpp_hello colcon_ros2_rlcpp_hello
extensions: [ros2-humble]
...
build-packages
:
build-environment
:
ROS_VERSION = 2
ROS_DISTRO = humble
local_setup.bash
.snapcraft expand-extensions
.Snapcraft extensions enable snap developers to easily incorporate a set of common requirements into a snap. See Snapcraft extensions for further details.
Last updated 1 year, 8 months ago.