This extension helps you snap ROS 2 applications for the Foxy Fitzroy distribution.
This extension requires Snapcraft 7.3+.
Add extensions: [ ros2-foxy ]
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-foxy-rlcpp-hello:
command: opt/ros/foxy/bin/ros2 run colcon_ros2_rlcpp_hello colcon_ros2_rlcpp_hello
extensions: [ros2-foxy]
...
ros-foxy-ros-core
to build-packages
.build-environment
:
ROS_VERSION = 2
ROS_DISTRO = foxy
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, 4 months ago.