Created
April 7, 2017 19:48
-
-
Save kyrofa/c01366d9ef68872efd0d01ee5aa047fe to your computer and use it in GitHub Desktop.
Snapcraft: Manual robotics tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Turtlebot navigation snap | |
Note that this won't actually produce a working snap (there are no apps), | |
but it'll showcase LP: #1674487 during the prime step. | |
name: turtlebot-navigation | |
version: '0.1' | |
summary: Turtlebot Navigation | |
description: Snap that includes the Turtlebot navigation stack. | |
grade: devel | |
confinement: devmode | |
parts: | |
turtlebot-navigation: | |
plugin: catkin | |
rosdistro: kinetic | |
catkin-packages: [] | |
stage-packages: | |
- ros-kinetic-turtlebot-bringup | |
- ros-kinetic-turtlebot-navigation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment