This extension helps you snap ROS1 applications for the Noetic Ninjemys distribution.
This extension requires Snapcraft 7.3+.
Add extensions: [ ros1-noetic ]
to the application definition in your snapcraft.yaml
file. See the ROS application documentation for a complete tutorial on how to use this extension.
apps:
catkin-ros1-run:
command: opt/ros/noetic/bin/roslaunch listener talk_and_listen.launch
plugs: [network, network-bind]
extensions: [ros1-noetic]
...
ros-noetic-catkin
to build-packages
.setup.sh
or local_setup.sh
.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.