wilselby / ROS_quadrotor_simulator

Quadrotor simulator using ROS, Gazebo, and RVIZ
270 stars 125 forks source link

Not able to compile the package #28

Open sarathjayanthan opened 6 years ago

sarathjayanthan commented 6 years ago

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: actioncontroller/MultiDofFollowJointTrajectoryAction.h: No such file or directory " Please help. Cheers, svj

kevinmistry96 commented 6 years ago

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

wilselby commented 6 years ago

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

sarathjayanthan commented 6 years ago

Thank You @wilselby . That works.

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

Could you help?

wilselby commented 6 years ago

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 commented 6 years ago

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

tooHotSpot commented 4 years ago

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