Skip to content

Commit

Permalink
soem: apply patch from Tim Clephas to make stack work with electric v…
Browse files Browse the repository at this point in the history
…ersion of the orocos toolchain

Signed-off-by: Steven Bellens <[email protected]>
  • Loading branch information
Steven Bellens committed Sep 26, 2011
1 parent 4dfea0e commit dfb50fe
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions soem_beckhoff_drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ rosbuild_genmsg()

# Set the CMAKE_PREFIX_PATH in case you're not using Orocos through
# ROS for helping these find commands find RTT.
find_package(Orocos-RTT REQUIRED ${RTT_HINTS})
find_package(OROCOS-RTT HINTS ${rtt_PACKAGE_PATH}/../install )

# Defines the orocos_* cmake macros. See that file for additional
# documentation.
include(${OROCOS-RTT_USE_FILE_PATH}/UseOROCOS-RTT.cmake)

rosbuild_include(rtt_ros_integration GenerateRTTtypekit)
rosbuild_include(rtt_rosnode GenerateRTTtypekit)

ros_generate_rtt_typekit(soem_beckhoff_drivers)

Expand Down
2 changes: 1 addition & 1 deletion soem_beckhoff_drivers/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<depend package="soem_core"/>
<depend package="soem_master"/>
<depend package="rtt"/>
<depend package="rtt_ros_integration"/>
<depend package="rtt_rosnode"/>


</package>
Expand Down
2 changes: 1 addition & 1 deletion soem_ebox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include(${OROCOS-RTT_USE_FILE_PATH}/UseOROCOS-RTT.cmake)
#uncomment if you have defined messages
rosbuild_genmsg()

rosbuild_include(rtt_ros_integration GenerateRTTtypekit)
rosbuild_include(rtt_rosnode GenerateRTTtypekit)
ros_generate_rtt_typekit(soem_ebox)

#
Expand Down
2 changes: 1 addition & 1 deletion soem_ebox/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<author>Ruben Smits</author>
<license>BSD</license>
<depend package="rtt" />
<depend package="rtt_ros_integration" />
<depend package="rtt_rosnode" />
<depend package="soem_core" />
<depend package="soem_master" />
</package>
Expand Down
2 changes: 1 addition & 1 deletion soem_master/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (ROS_ROOT)
endif()
# Set the CMAKE_PREFIX_PATH in case you're not using Orocos through
# ROS for helping these find commands find RTT.
find_package(Orocos-RTT REQUIRED ${RTT_HINTS})
find_package(OROCOS-RTT HINTS ${rtt_PACKAGE_PATH}/../install )

# Defines the orocos_* cmake macros. See that file for additional
# documentation.
Expand Down
2 changes: 1 addition & 1 deletion stack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/soem</url>
<depend stack="ros" />
<depend stack="orocos_toolchain_ros" />
<depend stack="rtt_ros_integration" />

</stack>

0 comments on commit dfb50fe

Please sign in to comment.