Merge lp:~sergiusens/snapcraft/path_ros into lp:~snappy-dev/snapcraft/core

Proposed by Sergio Schvezov
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 258
Merged at revision: 258
Proposed branch: lp:~sergiusens/snapcraft/path_ros
Merge into: lp:~snappy-dev/snapcraft/core
Diff against target: 15 lines (+2/-2)
1 file modified
examples/ros/snapcraft.yaml (+2/-2)
To merge this branch: bzr merge lp:~sergiusens/snapcraft/path_ros
Reviewer Review Type Date Requested Status
Leo Arias (community) Approve
Review via email: mp+276070@code.launchpad.net

Commit message

Fix path to binaries in the ros example

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :

Confirmed that listener and talker exist in the new path, not on the old.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/ros/snapcraft.yaml'
2--- examples/ros/snapcraft.yaml 2015-10-16 18:26:26 +0000
3+++ examples/ros/snapcraft.yaml 2015-10-28 23:38:30 +0000
4@@ -7,9 +7,9 @@
5
6 binaries:
7 listener:
8- exec: opt/ros/indigo/beginner_tutorials/listener
9+ exec: opt/ros/indigo/beginner_tutorials/lib/beginner_tutorials/listener
10 talker:
11- exec: opt/ros/indigo/beginner_tutorials/talker
12+ exec: opt/ros/indigo/beginner_tutorials/lib/beginner_tutorials/talker
13
14 services:
15 rosmaster:

Subscribers

People subscribed via source and target branches