Georacer / last_letter

A collection of ROS packages for UAV simulation and autopilot development
GNU General Public License v3.0
36 stars 16 forks source link

rqt_dashboard/scripts/rqt_dashboard missing? #50

Closed hsu closed 9 years ago

hsu commented 9 years ago

catkin_make install yields:

CMake Error at last_letter/rqt_dashboard/cmake_install.cmake:68 (FILE):
  file INSTALL cannot find
  "/home/hsu/projects/catkin_last_letter/src/last_letter/rqt_dashboard/scripts/rqt_dashboard".
Call Stack (most recent call first):
  cmake_install.cmake:129 (INCLUDE)

make: *** [install] Error 1

is this expected? thanks.

Georacer commented 9 years ago

Why did you run a catkin_make install instead of a simple catkin_make? I don't believe I have written that this command should be run, in the documentation. There is no install file in the rqt_dashboard package, hence the error.

Georacer commented 9 years ago

Was the problem resolved by running catkin_make?

Georacer commented 9 years ago

The OP didn't provide more information on the error. This is closed, on the assumption that it is solved.