Skip to content

missing stack.xml #68

@ihtishamaliktk

Description

@ihtishamaliktk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions