-
Notifications
You must be signed in to change notification settings - Fork 3
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
Packages won't compile #3
Comments
Good day, Matthias. Yes, you're right. The described problem is due to API2 package. I've just tried to make the installation steps on my laptop and met the same problem. After some exploration I got that files corresponding to RobotinoAPI2 library are installed into /opt/robotino/ directory. Previously after installation they appeared in /usr/local/robotino/ dir. Apparently some modifications had been recently made by developers of the library that caused this change. To solve this problem let the repository know where files of the API2 library are located on PC now. To do that go to CMakeLists.txt of the robotino_node package and change a line set(CMAKE_MODULE_PATH /usr/local/robotino/api2/cmake) so that it looks like this set(CMAKE_MODULE_PATH /opt/robotino/cmake) After that rerun the build process. The problem will be fixed, I think. PS Sorry for late answer. I was very busy during the workdays. |
Nice! Thank you very much. That solved the problem :) |
Had the same problem. Help please! fhtwuser@fhtwuser-VirtualBox:~/catkin_ws$ catkin_make Running command: "make cmake_check_build_system" in "/home/fhtwuser/catkin_ws/build"Running command: "make -j4 -l4" in "/home/fhtwuser/catkin_ws/build"[ 1%] Built target vs_talker |
i have the same problem ,any solution please ? |
You need to install the robotino-dev and rec-rpc packages from https://wiki.openrobotino.org/index.php?title=Robotino_OS |
In file included from /home/esteban/catkin_ws/src/robotino/robotino_node/include/RobotinoCameraNode.h:11, Excuse me but you maybe know how can i solve this problem? |
maybe you could help me with this error whtn i try to enter to the webpage i see this message Forbidden You don't have permission to access this resource. |
Hello I recently tried to update my robotino v.2 to api2 and the doc.openrobotino links were with restricted permission. I emailed the Verbeek admin asking for permission and have since been able to download. Only the svn.openrobotino repository remains inactive, I'm trying to use repositories like this official extra. I'm trying to resolve this connection refused issue right now. terminate called after throwing an instance of 'rec::robotino::api2::RobotinoException' |
Any updates on this, I am having the same issue while installing API2 and trying to build the examples. |
I followed the README file exactly but there are still compiling errors.
Errors << robotino_node:make /home/ros-industrial/robotino_driver_ws_3/logs/robotino_node/build.make.000.log
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/RobotinoLaserRangeFinderNode.h:11:0,
from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/robotino_laserrangefinder_node.cpp:9:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/ComROS.h:11:35: fatal error: rec/robotino/api2/Com.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_laserrangefinder_node.dir/src/robotino_laserrangefinder_node.cpp.o] Error 1
make[1]: *** [CMakeFiles/robotino_laserrangefinder_node.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/RobotinoCameraNode.h:11:0,
from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/robotino_camera_node.cpp:9:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/ComROS.h:11:35: fatal error: rec/robotino/api2/Com.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_camera_node.dir/src/robotino_camera_node.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/ComROS.cpp:8:0:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/ComROS.h:11:35: fatal error: rec/robotino/api2/Com.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_camera_node.dir/src/ComROS.cpp.o] Error 1
make[1]: *** [CMakeFiles/robotino_camera_node.dir/all] Error 2
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/BumperROS.cpp:9:0:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/BumperROS.h:11:38: fatal error: rec/robotino/api2/Bumper.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_node.dir/src/BumperROS.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/AnalogInputArrayROS.cpp:8:0:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/AnalogInputArrayROS.h:11:48: fatal error: rec/robotino/api2/AnalogInputArray.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_node.dir/src/AnalogInputArrayROS.cpp.o] Error 1
In file included from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/RobotinoNode.h:11:0,
from /home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/src/robotino_node.cpp:11:
/home/ros-industrial/robotino_driver_ws_3/src/robotino/robotino_node/include/AnalogInputArrayROS.h:11:48: fatal error: rec/robotino/api2/AnalogInputArray.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/robotino_node.dir/src/robotino_node.cpp.o] Error 1
make[1]: *** [CMakeFiles/robotino_node.dir/all] Error 2
make: *** [all] Error 2
cd /home/ros-industrial/robotino_driver
It seems this is due to the API2 package. Could you please help me with this?
Regards,
Matthias
The text was updated successfully, but these errors were encountered: