-
Notifications
You must be signed in to change notification settings - Fork 18
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
build error. when re-creat turtlebot package on laptop, according to wiki procedure. #7
Comments
even tried |
Source install of kobuki? |
Yeah I faced same issue. Source install of kobuki |
@stonier , yes, source install of turtlebot according to wiki instruction. |
You need the source install of ecl as well. Both got a bump recently. I will get them both released on debs asap. |
ok. wait for your good news. |
I got the same error as I tried build kobuki form source on my Raspberry Pi 3 Model B. |
[ 4%] Built target ftdi_write_eeprom
[ 4%] Building CXX object kobuki_core/kobuki_dock_drive/CMakeFiles/kobuki_dock_drive.dir/src/dock_drive.cpp.o
Scanning dependencies of target kobuki
In file included from /home/turtlebot/turtlebot/kobuki/src/kobuki_core/kobuki_dock_drive/src/dock_drive.cpp:38:0:
/home/turtlebot/turtlebot/kobuki/src/kobuki_core/kobuki_dock_drive/include/kobuki_dock_drive/dock_drive.hpp:51:42: fatal error: ecl/geometry/legacy_pose2d.hpp: no that file
#include <ecl/geometry/legacy_pose2d.hpp>
^
compilation terminated.
[ 4%] Building CXX object kobuki_core/kobuki_driver/src/driver/CMakeFiles/kobuki.dir/diff_drive.cpp.o
Linking CXX executable /home/turtlebot/turtlebot/kobuki/devel/lib/kobuki_ftdi/unflasher
In file included from /home/turtlebot/turtlebot/kobuki/src/kobuki_core/kobuki_driver/src/driver/diff_drive.cpp:14:0:
/home/turtlebot/turtlebot/kobuki/src/kobuki_core/kobuki_driver/src/driver/../../include/kobuki_driver/modules/diff_drive.hpp:23:42: fatal error: ecl/geometry/legacy_pose2d.hpp: no that file
#include <ecl/geometry/legacy_pose2d.hpp>
^
compilation terminated.
The text was updated successfully, but these errors were encountered: