can‘t install kobuki
Hello, everybody
I am New-hand in ROS,
I wnat to install TurtleBot to study,
but I meet the problem:
[ 4%] Built target unflasher
Scanning dependencies of target kobuki_dock_drive
[ 4%] Building CXX object kobuki_core/kobuki_dock_drive/CMakeFiles/kobuki_dock_drive.dir/src/dock_drive.cpp.o
In file included from /home/tonywang/kobuki/src/kobuki_core/kobuki_dock_drive/src/dock_drive.cpp:38:0:
/home/tonywang/kobuki/src/kobuki_core/kobuki_dock_drive/include/kobuki_dock_drive/dock_drive.hpp:51:42: fatal error: ecl/geometry/legacy_pose2d.hpp: 沒有此一檔案或目錄
#include <ecl/geometry/legacy_pose2d.hpp>
^
compilation terminated.
make[2]: *** [kobuki_core/kobuki_dock_drive/CMakeFiles/kobuki_dock_drive.dir/src/dock_drive.cpp.o] Error 1
make[1]: *** [kobuki_core/kobuki_dock_drive/CMakeFiles/kobuki_dock_drive.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j1 -l1" failed
I have above problem when I install kobuki,
Could everybody teach me how could I solve it?
thanks!
First: please tell us why you want to build the
kobuki
packages from source. They have been released into Hydro, Indigo and Kinetic, so anapt-get install ros-indigo-kobuki-core
should just work.Second, apparently
沒有此一檔案或目錄
means "no such file or directory": do you haveecl
installed? Please tell us which OS this is, how you installed ROS (which tutorial you followed) and how you setup your workspace (git clone ..
,rosdep
, etc).thank gvdhoorn for answering!! I just followed this tutorial "http://wiki.ros.org/turtlebot/Tutorials/indigo",I have the troble at Step 2.1,I cant complete "1.3.2 Workspaces" because $catkin_make in ~/kobuki is failed
I have "ecl" file by git clone ,but I dont know it should be installed at where
I installed my ROS Indigo from http://wiki.ros.org/indigo/Installati...
re: turtlebot installation: have you run all the
rosdep install --from-paths src -i -y
? Did those not installecl
?I meet the same problem.And I do not know how to solve it