-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I receive the following error while trying to install the package. Can you please, point out what am I missing in the order of operations. I cannot find stack.xml manually either. I am interested in using PI-tag detection and pose estimation from here.
Thank you
PS: I am trying to build on Ubuntu 16, ROS Kinetic and OpenCV 2.4.x
user@user:~/catkin_pitag/build$ sudo make install
Install the project...
-- Install configuration: ""
CMake Error at cmake_install.cmake:44 (file):
file INSTALL cannot find
"/home/civit/catkin_pitag/src/cob_environment_perception/stack.xml".
Makefile:137: recipe for target 'install' failed
make: *** [install] Error 1
I have followed the following order of operations
cd catkin_pitag/src && git clone https://github.com/ipa320/cob_object_perception.git
cd catkin_pitag/src && wstool init
cd catkin_pitag/src && wstool merge cob_object_perception/.travis.rosinstall.kinetic
cd catkin_pitag/src && wstool update
cd catkin_pitag && rosdep install --from-path src/ -y -i
cd catkin_pitag
mkdir build
cd build
cmake ~/catkin_pitag/src/cob_environment_perception/
make
sudo make install
Metadata
Metadata
Assignees
Labels
No labels