Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meta Ros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uav-hds
intel-aero
Meta Ros
Commits
10675b2b
Commit
10675b2b
authored
11 years ago
by
Lukas Bulwahn
Browse files
Options
Downloads
Patches
Plain Diff
tf: replacing patch by patch provided upstream
parent
2584cec3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes-ros/geometry/tf/0001-make-rostest-in-CMakeLists-optional-ros-rosdistro-30.patch
+34
-0
34 additions, 0 deletions
...ake-rostest-in-CMakeLists-optional-ros-rosdistro-30.patch
recipes-ros/geometry/tf_1.10.8.bb
+1
-1
1 addition, 1 deletion
recipes-ros/geometry/tf_1.10.8.bb
with
35 additions
and
1 deletion
recipes-ros/geometry/tf/0001-rostest-i
s-optional
.patch
→
recipes-ros/geometry/tf/0001-
make-
rostest-i
n-CMakeLists-optional-ros-rosdistro-30
.patch
+
34
−
0
View file @
10675b2b
From
9f1e801c6de00287658f1bae21048f37bb9bb198
Mon Sep 17 00:00:00 2001
From
18e81e33c052e26ae60259708095a2a933f75fd1
Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date:
Sat, 21 Sep
201
3
16:
13:16
+0
2
00
Subject: [PATCH] rostest i
s optional
Date:
Tue, 4 Feb
201
4
16:
02:48
+0
1
00
Subject: [PATCH]
make
rostest i
n CMakeLists optional (ros/rosdistro#3010)
---
tf/CMakeLists.txt |
7 +++
+++-
1 file changed,
6
insertions(+), 1 deletion(-)
tf/CMakeLists.txt |
4
+++-
1 file changed,
3
insertions(+), 1 deletion(-)
diff --git a/tf/CMakeLists.txt b/tf/CMakeLists.txt
index
e8d3044..2d36df3
100644
index
fa4a42f..c6988e1
100644
--- a/tf/CMakeLists.txt
+++ b/tf/CMakeLists.txt
@@ -4,7 +4,
12
@@
project(tf)
@@ -4,7 +4,
7
@@
project(tf)
find_package(catkin REQUIRED)
find_package(Boost REQUIRED thread signals)
-find_package(catkin REQUIRED angles geometry_msgs message_filters message_generation rosconsole roscpp rostest rostime sensor_msgs std_msgs tf2_ros)
+
+if(CATKIN_ENABLE_TESTING)
+ find_package(catkin REQUIRED angles geometry_msgs message_filters message_generation rosconsole roscpp rostest rostime sensor_msgs std_msgs tf2_ros)
+else()
+ find_package(catkin REQUIRED angles geometry_msgs message_filters message_generation rosconsole roscpp rostime sensor_msgs std_msgs tf2_ros)
+endif()
+find_package(catkin REQUIRED angles geometry_msgs message_filters message_generation rosconsole roscpp rostime sensor_msgs std_msgs tf2_ros)
catkin_python_setup()
@@ -48,6 +48,8 @@
target_link_libraries(static_transform_publisher ${PROJECT_NAME})
# Tests
if(CATKIN_ENABLE_TESTING)
+find_package(rostest)
+
catkin_add_gtest(tf_unittest test/tf_unittest.cpp)
target_link_libraries(tf_unittest ${PROJECT_NAME})
--
1.
7.10.4
1.
8.3.2
This diff is collapsed.
Click to expand it.
recipes-ros/geometry/tf_1.10.8.bb
+
1
−
1
View file @
10675b2b
...
...
@@ -7,6 +7,6 @@ DEPENDS = "angles geometry-msgs message-filters sensor-msgs tf2-ros"
require geometry.inc
SRC_URI += "file://0001-rostest-i
s-optional
.patch;striplevel=2"
SRC_URI += "file://0001-
make-
rostest-i
n-CMakeLists-optional-ros-rosdistro-30
.patch;striplevel=2"
RDEPENDS_${PN} = "python-numpy"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment