-
Notifications
You must be signed in to change notification settings - Fork 2
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
rtt_ros_integration with catkin #56
Comments
It might be related to #44. You definitely should use RTT from https://github.com/jhu-lcsr-forks/orocos_toolchain . |
I have installed that also and it works if you try deployer-gnulinux. I suppose that the problem is that ros does nor find the orocos packages but I don't know how to solve it |
@amine-abm You just need to add the CORBA flags when you call
|
Sorry i deleted comment by fault I am trying to compile Orocos and rrt in ROS hydro to run LWR packages, but i get errors about librtt-transport-corba-gnulinux.so library when trying to launch rttlua node of rrt_ros package. Thanks for your help Error message: Installation procedure:
|
Did you fix your problem? |
Yes but when compiling i get error : CMake Error at /opt/ros/hydro/share/catkin/cmake/catkin_package.cmake:159 (message): So I modified src/lwr_packages/lwr_hardware/lwr_fri/CMakeLists.txt and remove the rtt dependancy from line 10 Then I get the following error: /home/vision/ws/underlay/src/lwr_packages/lwr_hardware/lwr_fri/src/FRIComponent.cpp:43:23: fatal error: rtdm/rtdm.h: No such file or directory So I commented the #ifndef HAVE_RTNET in FRIComponent.cpp file (line 33) After these modifications it compiles and i can run : rosrun rtt_ros rttlua Is it ok to do that or I am missing other libraries or packages? |
@amine-abm It looks like you're trying to build the kuka stuff without RTDM, I'd suggest following up over at https://github.com/RCPRG-ros-pkg/lwr_hardware |
I looks like i unconditionally enable RTnet. I will try to fix that. |
Ok Thanks. |
@jbohren When I run: Where is the problem please? |
I actually added that wrapper (it had been missing) a day ago. If you update you should get it: e504a7f |
@jbohren Not working yet. I have the same error. |
Hi,
I have installed the orocos _toolchain and the rtt_ros_integration with catkin following the instructions in readme.md file at https://github.com/jhu-lcsr-forks/rtt_ros_integration. It seems that everything works but when I try to do rosrun ocl deployer-gnulinux I get an error: [rospack] Error: stack/package ocl not found. Do you know what can be happened?
The text was updated successfully, but these errors were encountered: