We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I catkin_make this project, I meet dwarf.h not found issue as below, could you help to find out the solution? Thanks in advance!
/home/xiaohua/Desktop/project/fmre/catkin_ws/src/fast_multi_robot_exploration/swarm_exploration/plan_manage/include/plan_manage/backward.hpp:217:10: fatal error: dwarf.h: No such file or directory 217 | #include <dwarf.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/build.make:63: fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/src/fame_node.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Hi, When I catkin_make this project, I meet dwarf.h not found issue as below, could you help to find out the solution? Thanks in advance! /home/xiaohua/Desktop/project/fmre/catkin_ws/src/fast_multi_robot_exploration/swarm_exploration/plan_manage/include/plan_manage/backward.hpp:217:10: fatal error: dwarf.h: No such file or directory 217 | #include <dwarf.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/build.make:63: fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/src/fame_node.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs....
@lucaBartolomei
Sorry, something went wrong.
No branches or pull requests
Hi,
When I catkin_make this project, I meet dwarf.h not found issue as below, could you help to find out the solution? Thanks in advance!
/home/xiaohua/Desktop/project/fmre/catkin_ws/src/fast_multi_robot_exploration/swarm_exploration/plan_manage/include/plan_manage/backward.hpp:217:10: fatal error: dwarf.h: No such file or directory
217 | #include <dwarf.h>
| ^~~~~~~~~
compilation terminated.
make[2]: *** [fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/build.make:63: fast_multi_robot_exploration/swarm_exploration/exploration_manager/CMakeFiles/fame_node.dir/src/fame_node.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: