ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

missing moveit files

asked 2019-03-15 08:03:29 -0500

pathare gravatar image

updated 2019-03-17 15:10:11 -0500

gvdhoorn gravatar image

Hi guys, I'm new to ROS and recently went through the ROS-I training. I'm trying to keep going with the training exercises but I ran into a strange build issue when I moved Descartes packages into my workspace.

for reference the training material I'm referring to https://industrial-training-master.re...

My workspace builds and everything is great until exercise 4.1 and I add the Descartes packages in. When I try and build now I get the following error.

Errors     << ur5_demo_descartes:make /home/rosindustrial2/catkin_ws/logs/ur5_demo_descartes/build.make.011.log
In file included from /home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/src/ur_moveit_plugin.cpp:87:0:
/home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/include/ur5_demo_descartes/ur_moveit_plugin.h:97:10: fatal error: moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp: No such file or directory
 #include <moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/ur5_demo_descartes.dir/src/ur_moveit_plugin.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/include/ur5_demo_descartes/ur5_robot_model.h:16:0,
                 from /home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/src/plugin_init.cpp:8:
/home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/include/ur5_demo_descartes/ur_moveit_plugin.h:97:10: fatal error: moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp: No such file or directory
 #include <moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/include/ur5_demo_descartes/ur5_robot_model.h:16:0,
                 from /home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/src/ur5_robot_model.cpp:8:
/home/rosindustrial2/catkin_ws/src/ur5_demo_descartes/include/ur5_demo_descartes/ur_moveit_plugin.h:97:10: fatal error: moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp: No such file or directory
 #include <moveit/kdl_kinematics_plugin/chainiksolver_pos_nr_jl_mimic.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/ur5_demo_descartes.dir/src/plugin_init.cpp.o] Error 1
make[2]: *** [CMakeFiles/ur5_demo_descartes.dir/src/ur5_robot_model.cpp.o] Error 1
make[1]: *** [CMakeFiles/ur5_demo_descartes.dir/all] Error 2
make: *** [all] Error 2
cd /home/rosindustrial2/catkin_ws/build/ur5_demo_descartes; catkin build --get-env ur5_demo_descartes | catkin env -si  /usr/bin/make --jobserver-fds=6,7 -j; cd -

It seems like I'm missing a move it file somewhere but I've tried to uninstall and reinstall moveit but no success. We have another identical laptop that a coworker used in the training and he does not have this issue. I did some looking and using the "find" command I can find the file this error says is missing in the same place on my computer as his computer.

any thoughts on whats wrong?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-15 10:19:02 -0500

pathare gravatar image

This issue has been solved.

https://github.com/ros-industrial/uni...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-15 08:03:29 -0500

Seen: 1,001 times

Last updated: Mar 17 '19