Hi all,
I tried to install robotino-ros-pkg under ROS Kinetic (Ubuntu 16.04) and I'm facing some problems while compiling the package.
I've downloaded the API2 from here:
and the robotino-ros-pkg from here:
svn co http://svn.openrobotino.org/robotino...nk/catkin-pkg/ robotino-ros-pkg
Once, I try to compile via catkin_make, I have the following errors related to messages:
It seems that the compiler cannot find the aforementioned headers. In fact they seem to be related to previous version of the package (svn co http://svn.openrobotino.org/robotino...runk/robotino/).
Do you have any idea/suggestion?
Thanks a lot for any help!
Luca
I tried to install robotino-ros-pkg under ROS Kinetic (Ubuntu 16.04) and I'm facing some problems while compiling the package.
I've downloaded the API2 from here:
and the robotino-ros-pkg from here:
svn co http://svn.openrobotino.org/robotino...nk/catkin-pkg/ robotino-ros-pkg
Once, I try to compile via catkin_make, I have the following errors related to messages:
Code:
...
[ 8%] Building CXX object robotino_node/CMakeFiles/robotino_odometry_node.dir/src/OdometryROS.cpp.o
In file included from /mnt/data/catkin_ws/src/robotino_node/src/OdometryROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/OdometryROS.h:12:41: [COLOR=#FF0000][B]fatal error:[/B][/COLOR] robotino_msgs/ResetOdometry.h: No such file or directory
compilation terminated.
...
[ 81%] Building CXX object robotino_node/CMakeFiles/robotino_node.dir/src/LaserRangeFinderROS.cpp.o
In file included from /mnt/data/catkin_ws/src/robotino_node/src/DigitalInputArrayROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/DigitalInputArrayROS.h:14:43: [COLOR=#FF0000][B]fatal error:[/B][/COLOR] robotino_msgs/DigitalReadings.h: No such file or directory
In file included from /mnt/data/catkin_ws/src/robotino_node/include/RobotinoNode.h:11:0,
from /mnt/data/catkin_ws/src/robotino_node/src/robotino_node.cpp:11:
/mnt/data/catkin_ws/src/robotino_node/include/AnalogInputArrayROS.h:14:42: [COLOR=#FF0000][B]fatal error:[/B][/COLOR] robotino_msgs/AnalogReadings.h: No such file or directory
compilation terminated.
compilation terminated.
...
In file included from /mnt/data/catkin_ws/src/robotino_node/src/AnalogInputArrayROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/AnalogInputArrayROS.h:14:42: [COLOR=#FF0000][B]fatal error:[/B][/COLOR] robotino_msgs/AnalogReadings.h: No such file or directory
compilation terminated.
robotino_node/CMakeFiles/robotino_node.dir/build.make:86: recipe for target 'robotino_node/CMakeFiles/robotino_node.dir/src/AnalogInputArrayROS.cpp.o' failed
make[2]: *** [robotino_node/CMakeFiles/robotino_node.dir/src/AnalogInputArrayROS.cpp.o] Error 1
In file included from /mnt/data/catkin_ws/src/robotino_node/src/DigitalOutputArrayROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/DigitalOutputArrayROS.h:14:43: [COLOR=#FF0000][B]fatal error: [/B][/COLOR]robotino_msgs/DigitalReadings.h: No such file or directory
compilation terminated.
robotino_node/CMakeFiles/robotino_node.dir/build.make:206: recipe for target 'robotino_node/CMakeFiles/robotino_node.dir/src/DigitalOutputArrayROS.cpp.o' failed
make[2]: *** [robotino_node/CMakeFiles/robotino_node.dir/src/DigitalOutputArrayROS.cpp.o] Error 1
In file included from /mnt/data/catkin_ws/src/robotino_node/include/RobotinoOdometryNode.h:12:0,
from /mnt/data/catkin_ws/src/robotino_node/src/robotino_odometry_node.cpp:9:
/mnt/data/catkin_ws/src/robotino_node/include/OdometryROS.h:12:41: [COLOR=#FF0000][B]f[B]a[/B]tal error[/B][/COLOR]: robotino_msgs/ResetOdometry.h: No such file or directory
compilation terminated.
robotino_node/CMakeFiles/robotino_odometry_node.dir/build.make:62: recipe for target 'robotino_node/CMakeFiles/robotino_odometry_node.dir/src/robotino_odometry_node.cpp.o' failed
make[2]: *** [robotino_node/CMakeFiles/robotino_odometry_node.dir/src/robotino_odometry_node.cpp.o] Error 1
CMakeFiles/Makefile2:896: recipe for target 'robotino_node/CMakeFiles/robotino_odometry_node.dir/all' failed
make[1]: *** [robotino_node/CMakeFiles/robotino_odometry_node.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /mnt/data/catkin_ws/src/robotino_node/src/ElectricalGripperROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/ElectricalGripperROS.h:14:40: [COLOR=#FF0000][B]fatal error:[/B][/COLOR] robotino_msgs/GripperState.h: No such file or directory
compilation terminated.
robotino_node/CMakeFiles/robotino_node.dir/build.make:254: recipe for target 'robotino_node/CMakeFiles/robotino_node.dir/src/ElectricalGripperROS.cpp.o' failed
make[2]: *** [robotino_node/CMakeFiles/robotino_node.dir/src/ElectricalGripperROS.cpp.o] Error 1
In file included from /mnt/data/catkin_ws/src/robotino_node/src/EncoderInputROS.cpp:8:0:
/mnt/data/catkin_ws/src/robotino_node/include/EncoderInputROS.h:14:43: [COLOR=#FF0000][B]fatal error[/B][/COLOR]: robotino_msgs/EncoderReadings.h: No such file or directory
compilation terminated.
...
[COLOR=#FF0000][B]Invoking "make -j8 -l8" failed[/B][/COLOR]
Do you have any idea/suggestion?
Thanks a lot for any help!
Luca

Comment