alejocb / dpptam

DPPTAM: Dense Piecewise Planar Tracking and Mapping from a Monocular Sequence
GNU General Public License v3.0
219 stars 82 forks source link

catkin_make error #1

Closed amiltonwong closed 8 years ago

amiltonwong commented 8 years ago

Dear @alejocb ,

My system is Ubuntu 14.04 with ROS Indigo, My catkin directory structure is as follows: Base path: /root/catkin_ws Source space: /root/catkin_ws/src Build space: /root/catkin_ws/build Devel space: /root/catkin_ws/devel Install space: /root/catkin_ws/install

I download dpptam package in /root/catkin_ws/src --> cd /root/catkin_ws/src --> git clone https://github.com/alejocb/dpptam.git

Then I switch back into ~/catkin_ws and issue command catkin_make --pkg dpptam as standard build way. But it shows "Packages "dpptam" not found in the workspace"

root@milton-ThinkPad-T450:~/catkin_ws# catkin_make --pkg dpptam Base path: /root/catkin_ws Source space: /root/catkin_ws/src Build space: /root/catkin_ws/build Devel space: /root/catkin_ws/devel Install space: /root/catkin_ws/install Packages "dpptam" not found in the workspace

Then I try command catkin_make dpptam, but still did not succeed, see below: https://goo.gl/b64rt9

Any idea or suggestion to fix this issue?

Thanks in advance~

Milton

amiltonwong commented 8 years ago

Finally I solve this issue after I delete catkin_make directory and reinitialize catkin_make working directory. :)