Hi everybody.
At the moment I'm trying do build a DDS implementation on ROS. The only code I found about it was the
https://github.com/osrf/ros_dds .
I've build the cpp example and it worked, but when I want to build the prototype, the catkin_make is not working
***DDS parse error DDS undefined at line: 27 (searching from scope 'Time_')
make[2]: *** [~/ros_dds/ros_dds-master/prototype/devel/include/std_msgs/dds_impl/Time_.h] Error 255
make[1]: *** [ros-packages/std_msgs/CMakeFiles/std_msgs_generate_messages_idlcpp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 7%] Built target actionlib_msgs_generate_messages_cpp
[ 7%] Built target diagnostic_msgs_generate_messages_idl
[ 7%] Built target diagnostic_msgs_generate_messages_cpp
make: *** [all] Error 2
Invoking "make" failed
Is there any solution for this?
Is there any other prototype or developed thing?
I don't want to wait until ROS2 is released :)
↧