-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* simplified directory names * factored out constraint_msgs * corrected header files accordingly
- Loading branch information
1 parent
0374c1b
commit 248591e
Showing
11 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
cmake_minimum_required(VERSION 2.4.6) | ||
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake) | ||
|
||
set(ROS_BUILD_TYPE RelWithDebInfo) | ||
|
||
rosbuild_init() | ||
rosbuild_include(rtt_rosnode GenerateRTTtypekit) | ||
ros_generate_rtt_typekit(constraint_msgs) | ||
|
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<package> | ||
<description brief="rtt_constraint_msgs"> | ||
|
||
RTT typekits for constraint messages. | ||
|
||
</description> | ||
<author>Ingo Kresse [email protected]</author> | ||
<license>BSD</license> | ||
<review status="unreviewed" notes=""/> | ||
<depend package="rtt_rosnode"/> | ||
<depend package="constraint_msgs"/> | ||
<depend package="rtt_geometry_msgs"/> | ||
<depend package="rtt_std_msgs"/> | ||
|
||
<export> | ||
<cpp cflags="-I${prefix}/include"/> | ||
</export> | ||
|
||
|
||
</package> | ||
|
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include $(shell rospack find mk)/cmake.mk |
9 changes: 4 additions & 5 deletions
9
rtt_ros_integration_motion_viz/manifest.xml → rtt_motion_viz/manifest.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<package> | ||
<description brief="rtt_ros_integration_std_msgs"> | ||
<description brief="rtt_motion_viz"> | ||
|
||
Provides all rtt typekits for motion_viz | ||
|
||
</description> | ||
<author>Ingo Kresse [email protected]</author> | ||
<license>BSD</license> | ||
<review status="unreviewed" notes=""/> | ||
<depend package="rtt_ros_integration"/> | ||
<depend package="rtt_ros_integration_geometry_msgs"/> | ||
<depend package="geometry_msgs"/> | ||
<depend package="rtt_rosnode"/> | ||
<depend package="rtt_geometry_msgs"/> | ||
<depend package="rtt_std_msgs"/> | ||
<depend package="motion_viz"/> | ||
<depend package="std_msgs"/> | ||
<depend package="roslib"/> | ||
|
||
<export> | ||
|