-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xenomai 2/3 support update #130
base: toolchain-2.9
Are you sure you want to change the base?
Conversation
Thanks for your valuable contribution!
Yes. I do not see a problem with installing find_package(OROCOS-RTT REQUIRED)
# or find_package(rtt_ros) or find_package(catkin REQUIRED COMPONENTS rtt_ros) in a ROS context
# Link against Xenomai POSIX skin to get
if(OROCOS_TARGET STREQUAL "xenomai")
list(APPEND CMAKE_MODULE_PATH "${OROCOS-RTT_DIR}")
find_package(Xenomai REQUIRED)
# ...
endif() I would not add For me it would be acceptable to already remove the Xenomai cmake scripts from this repo and install the new file in orocos-toolchain/rtt#301. The old scripts would probably not have worked anymore anyway, at least not for Xenomai 3. Side note: The same applies for other custom CMake config files, e.g. for CORBA. Some package redistribute them, e.g. kdl_typekit. |
Excellent, let's go with installing all those
|
…namespace rtt_roscomm: add rtt_roscomm namespace for rosservice plugins and helper classes
…ros_integration into xenomai3-support-v3
rebased from 2.10 + fix compilation on clang (c++ mangling) |
7633180
to
e840283
Compare
This goes with orocos-toolchain/rtt#301 on rtt.
Builds fine on xenomai 2.x and 3.x.
I think I already asked, but isnt there a way to export the Findxxx.cmake from rtt ?