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

Not able to compile the package #28

Open
sarathjayanthan opened this issue Mar 7, 2018 · 6 comments
Open

Not able to compile the package #28

sarathjayanthan opened this issue Mar 7, 2018 · 6 comments

Comments

@sarathjayanthan
Copy link

Hello,
i am trying to install and run this package. I am using ROS Kinetic in Ubuntu 16.04. I am getting the following error: " fatal error: action_controller/MultiDofFollowJointTrajectoryAction.h: No such file or directory "
Please help.
Cheers,
svj

@kevinmistry96
Copy link

Me too getting the same error in ROS Indigo Ubuntu 14.04. Help needed.

@wilselby
Copy link
Owner

Try doing a catkin install on just the action_controller package. This should generate the .h file from the .action file.

@sarathjayanthan
Copy link
Author

Thank You @wilselby . That works.

But now a new error pops up : "recipe for target 'glog_catkin/CMakeFiles/glog_src.dir/all' failed". I am not able to resolve this (gflags_catkin and glog_catkin are already in the workspace).

Could you help?

@wilselby
Copy link
Owner

Try just making the glog package by itself. Also, I don't think it is a hard requirement, it's an artifact from development. You may be able to build without it.

@ziggBee30
Copy link

because of glog we are unable to build the environment
please fix this issue

@tooHotSpot
Copy link

Try doing a catkin install on just the action_controller package. This should generate the .h file from the .action file.

Could you please specify how to do that? Just cmake .. and make in action_controller do not solve the problem

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

5 participants