mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ros/urdf_tutorial: Bump to 0.3.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
18
dev-ros/urdf_tutorial/files/tests.patch
Normal file
18
dev-ros/urdf_tutorial/files/tests.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
commit 3c068fc166d662d1459610a56dc955f3bf22f7fe
|
||||
Author: David V. Lu <davidvlu@gmail.com>
|
||||
Date: Sun Jul 2 16:07:37 2017 -0400
|
||||
|
||||
Fix launch test
|
||||
|
||||
diff --git a/urdf_tutorial/launch/display.launch b/urdf_tutorial/launch/display.launch
|
||||
index 959946a..66a429a 100644
|
||||
--- a/urdf_tutorial/launch/display.launch
|
||||
+++ b/urdf_tutorial/launch/display.launch
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
- <arg name="model" />
|
||||
+ <arg name="model" default="$(find urdf_tutorial)/urdf/01-myfirst.urdf"/>
|
||||
<arg name="gui" default="true" />
|
||||
<arg name="rvizconfig" default="$(find urdf_tutorial)/rviz/urdf.rviz" />
|
||||
|
||||
@@ -24,3 +24,5 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-ros/roslaunch[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/tests.patch" )
|
||||
|
||||
Reference in New Issue
Block a user