Technical Maintainer: bajo (Markus "Bajo" Bajones, TU Wien)
Repository for object perception related SQUIRREL packages.
Starting February 2017 we use a different repository and package name for the v4r library. Therefore you need to follow these steps.
-
Delete the old ros-indigo-v4r debian package.
sudo apt-get purge ros-indigo-v4r
-
Make sure all v4r folders in /usr/local/include, /usr/local/share, /opt/ros/indigo/include, and /opt/ros/indigo/share are deleted. If not, delete them manually.
-
Setup the debian package repository for the new v4r debian package.
roscd squirrel_perception
bash: ./setup.bash
zsh: ./setup.zsh
- Install the new v4r debian package through one of the following options
- Manually with
sudo apt-get install v4r
- With rosdep using the command
rosdep install --from-paths $CATKIN_WS/src/squirrel_perception -i -y
- Delete the build and devel folder in your catkin workspace
The Wiki provides tutorials (i.e. How to create a 3D object model).