Skip to content

Instantly share code, notes, and snippets.

@kyrofa
Created April 7, 2017 19:48
Show Gist options
  • Save kyrofa/c01366d9ef68872efd0d01ee5aa047fe to your computer and use it in GitHub Desktop.
Save kyrofa/c01366d9ef68872efd0d01ee5aa047fe to your computer and use it in GitHub Desktop.
Snapcraft: Manual robotics tests
# 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