-
Notifications
You must be signed in to change notification settings - Fork 123
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: MultiDofFollowJointTrajectoryAction.h no such file or directory #16
Comments
Update: I solved it navigating to the ROS_quadrotor_simulator subdirectory and running a cmake action_controller on it. I was able to compile my catkin workspace with no issues afterwards. |
Reopening: Turns out the above resolution, merely made the package be ignored when compiling the workspace. If anyone has any insight, that would be very helpful. :) |
hi so this are my changes: |
Hi, the link that you posted in your comment came out with the error: |
i uploaded again |
Still does not work sir. Thank you for the assistance though. |
man sorry, the other thing i did was the tutorial for actionlib |
Still have the problem,can't compile it success |
ROS_quadrotor_simulator/moveit_simple_controller_manager/include/moveit_simple_controller_manager/multi_dof_follow_joint_trajectory_handle.h:42:67: fatal error: action_controller/MultiDofFollowJointTrajectoryAction.h |
I think you need to catkin_make --pkg action_controller by itself to generate the missing file. |
@wilselby sir I tried that however the same error still persists Desktop/catkin_ws/src/ROS_quadrotor_simulator/moveit_simple_controller_manager/include/moveit_simple_controller_manager/multi_dof_follow_joint_trajectory_handle.h:42:67: fatal error: action_controller/MultiDofFollowJointTrajectoryAction.h: No such file or directory |
This problem is related with MoveIt!. You need to change CMakeLists file of
Finally add, In case you get lost in the CMakeLists file of Note: This fix solves the dependency problem. However, there will still be a small error in your |
in my case. i clone all repositories except ROS_quadrotor_simulator. i run catkin_make. and then i clone ROS_quadrotor_simulator and run catkin_make again. it work for me |
This needs an update in moveit_simple_controller_manager/CMakeLists.txt. |
I sloved this by adding |
Thank you modpy44, this solves the issue for me :) |
Thanks @modpy44, your suggestion solved my problem ;) |
Hi, while trying to run catkin_make under the Install rotors simulation section. I am getting the following error message.
[76%] Building CXX object ROS_quadrotor_simulator/action_controller/CMakeFiles/action_controller.dir/src/actionController.cpp.o
/home/jn//ros/catkin_ws/src/ROS_quadrotor_simulator/action_controller/src/actionController.cpp:6:67:
Fatal error: action_controller/MultiDofFollowJointTrajectoryAction.h: No such file or directory
#include <action_controller/MultiDofFollowJointTrajectoryAction.h>
compilation terminated.
make[2]: *** [ROS_quadrotor_simulator/action_controller/CMakeFiles/action_controller.dir/src/actionController.cpp.o] Error 1
make[1]: *** [ROS_quadrotor_simulator/action_controller/CMakeFiles/action_controller.dir/src/alll] Error 2
make: *** [all] Error 2
Invoking "make -j1 -l1" failed
I believe this is a similar issue to a previous one that was posted recently. If I could get a push in the right direction that would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: