Skip to content
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

fatal error: ArNetworking /ArServerModeJogPosition.h: No such file or dirctory #28

Open
hoppss opened this issue May 24, 2017 · 5 comments

Comments

@hoppss
Copy link

hoppss commented May 24, 2017

I install ros-arnl ,I meet this error after catkin_make.
compilation terminated.
make[2]:***【ros-arnl/CmakeFIles/rosarnl_node.dir/rosarnnl_node.cpp.o】error 1
make[2]:waiting for unfinishhed jobs
make[2]:
[ros-arnl/Cmakefiles/rosaarnl_node.dir/ArnlSystem.cpp.o] error 1

Could you help to solve it ?

@reed-adept
Copy link

ArServerModeJogPosition.h is in arnl-base 1.9.2. Check that you have arnl-base and libarnl 1.9.2 packages installed. If you do, then next make sure that /usr/local/Arnl/include/ArNetworking/ArServerModeJogPosition.h is indeed there.

@sergiosierram
Copy link

Hi,
I am having a similar issue after catkin_make it says:

fatal error: move_base_msgs/MoveBaseAction.h: No such file or directory
#include <move_base_msgs/MoveBaseAction.h>
^
compilation terminated.
make[2]: *** [ros-arnl/CMakeFiles/rosarnl_node.dir/rosarnl_node.cpp.o] Error 1
make[1]: *** [ros-arnl/CMakeFiles/rosarnl_node.dir/all] Error 2
make: *** [all] Error 2

Thanks in advance!

@reed-adept
Copy link

reed-adept commented May 25, 2017

the move_base_msgs package is required. You can install with rosdep (rosdep install rosarnl) or manually (sudo apt-get install ros-kinetic-move-base-msgs or replace kinetic with your version of ros)

@sergiosierram
Copy link

Thanks! I used rosdep install rosarnl and It worked!

@hoppss
Copy link
Author

hoppss commented Apr 27, 2018

if you meet some errors when compile rosaria pkg, you can use "catkin_make --force-cmake"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants