Hello everyone,
I am new to robotino and I want to control this robot using ROS (I am kind of familiar with ROS). I spend a lot of time already finding out how to use the available ros packages and api's. However I cannot find a good package which compiles without errors. Every time I want to compile, header files like Com.h were not found. I tried all the packages I could find on this forum but it still does not work. Does anyone know a recent github repository with a clear explanation on how to setup this drivers?
This is an error which frequently appears. The problem is probably somewhere in this API2 package which I installed using "apt-get install robotino-api2". I use a catkin package which I build using catkin build
-----------------------------------------------------------------------------------------------------------------------
Errors << robotino_node:check /home/ros-industrial/robotino_driver_ws_3/logs/robotino_node/build.check.001.log
CMake Error at /home/ros-industrial/robotino_driver_ws_3/src/uol-robotino-ros-indigo/robotino_node/CMakeLists.txt:18 (find_package):
By not providing "FindRobotinoAPI2.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"RobotinoAPI2", but CMake did not find one.
Could not find a package configuration file provided by "RobotinoAPI2" with
any of the following names:
RobotinoAPI2Config.cmake
robotinoapi2-config.cmake
Add the installation prefix of "RobotinoAPI2" to CMAKE_PREFIX_PATH or set
"RobotinoAPI2_DIR" to a directory containing one of the above files. If
"RobotinoAPI2" provides a separate development package or SDK, be sure it
has been installed.
---------------------------------------------------------------------------------------------------------------------------
If anyone could help me, I would be very pleased! Kind of desperate right now
Regards,
Matthias
I am new to robotino and I want to control this robot using ROS (I am kind of familiar with ROS). I spend a lot of time already finding out how to use the available ros packages and api's. However I cannot find a good package which compiles without errors. Every time I want to compile, header files like Com.h were not found. I tried all the packages I could find on this forum but it still does not work. Does anyone know a recent github repository with a clear explanation on how to setup this drivers?
This is an error which frequently appears. The problem is probably somewhere in this API2 package which I installed using "apt-get install robotino-api2". I use a catkin package which I build using catkin build
-----------------------------------------------------------------------------------------------------------------------
Errors << robotino_node:check /home/ros-industrial/robotino_driver_ws_3/logs/robotino_node/build.check.001.log
CMake Error at /home/ros-industrial/robotino_driver_ws_3/src/uol-robotino-ros-indigo/robotino_node/CMakeLists.txt:18 (find_package):
By not providing "FindRobotinoAPI2.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"RobotinoAPI2", but CMake did not find one.
Could not find a package configuration file provided by "RobotinoAPI2" with
any of the following names:
RobotinoAPI2Config.cmake
robotinoapi2-config.cmake
Add the installation prefix of "RobotinoAPI2" to CMAKE_PREFIX_PATH or set
"RobotinoAPI2_DIR" to a directory containing one of the above files. If
"RobotinoAPI2" provides a separate development package or SDK, be sure it
has been installed.
---------------------------------------------------------------------------------------------------------------------------
If anyone could help me, I would be very pleased! Kind of desperate right now

Regards,
Matthias
Comment