Hello,
I want to control robotino with Ros kinetic and then make a navigation system.
I am using the robotino3.
I followed this tutorial to install the api2 into my computer: http://wiki.openrobotino.org/index.p...2_source_build and when a try the make install command I have this problem:
[email protected]:~/build/api2$ make install
MMX enabled on Linux
SSE and SSE2 enabled on Linux
CODENAME=xenial
-- Configuring done
-- Generating done
-- Build files have been written to: /home/raspberry/build/api2
[ 1%] creating /home/raspberry/build/api2/lib/rec/rpc/rec/rpc/rec_rpc_version.h
[ 1%] Built target rec_rpc_version
[ 1%] Generating moc_serialization_rec_rpc_serialization_LocalTopic .cxx
/home/raspberry/source/api2/external/qt_4_7_4_static_robotino_api2_qt/bin/linux32/moc: 2: /home/raspberry/source/api2/external/qt_4_7_4_static_robotino_api2_qt/bin/linux32/moc: Syntax error: word unexpected (expecting ")")
lib/rec/rpc/CMakeFiles/rec_rpc.dir/build.make:269: recipe for target 'lib/rec/rpc/moc_serialization_rec_rpc_serialization_LocalTopic .cxx' failed
make[2]: *** [lib/rec/rpc/moc_serialization_rec_rpc_serialization_LocalTopic .cxx] Error 2
CMakeFiles/Makefile2:265: recipe for target 'lib/rec/rpc/CMakeFiles/rec_rpc.dir/all' failed
make[1]: *** [lib/rec/rpc/CMakeFiles/rec_rpc.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
[email protected]:~/build/api2$
Someone knows how to fix it?
I want to control robotino with Ros kinetic and then make a navigation system.
I am using the robotino3.
I followed this tutorial to install the api2 into my computer: http://wiki.openrobotino.org/index.p...2_source_build and when a try the make install command I have this problem:
[email protected]:~/build/api2$ make install
MMX enabled on Linux
SSE and SSE2 enabled on Linux
CODENAME=xenial
-- Configuring done
-- Generating done
-- Build files have been written to: /home/raspberry/build/api2
[ 1%] creating /home/raspberry/build/api2/lib/rec/rpc/rec/rpc/rec_rpc_version.h
[ 1%] Built target rec_rpc_version
[ 1%] Generating moc_serialization_rec_rpc_serialization_LocalTopic .cxx
/home/raspberry/source/api2/external/qt_4_7_4_static_robotino_api2_qt/bin/linux32/moc: 2: /home/raspberry/source/api2/external/qt_4_7_4_static_robotino_api2_qt/bin/linux32/moc: Syntax error: word unexpected (expecting ")")
lib/rec/rpc/CMakeFiles/rec_rpc.dir/build.make:269: recipe for target 'lib/rec/rpc/moc_serialization_rec_rpc_serialization_LocalTopic .cxx' failed
make[2]: *** [lib/rec/rpc/moc_serialization_rec_rpc_serialization_LocalTopic .cxx] Error 2
CMakeFiles/Makefile2:265: recipe for target 'lib/rec/rpc/CMakeFiles/rec_rpc.dir/all' failed
make[1]: *** [lib/rec/rpc/CMakeFiles/rec_rpc.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
[email protected]:~/build/api2$
Someone knows how to fix it?
Comment