Skip to content

igormaurell/butia_vision

 
 

Repository files navigation

butia_vision

Overview

This is a group of ROS packages responsable for perform computer vision process of BUTIÁBots domestic robot (DoRIS) in Robocup@Home league.

Author: [Igor Maurell], igormaurell@furg.br Author: [Miguel Martins], migueldossantos@furg.br

Dependencies

This software is built on the Robotic Operating System (ROS Noetic), which needs to be installed first. Additionally, the packages depends of a few libraries and frameworks:

Packages

The vision system has main packages, helpers and 3rd helpers.

Main Packages

  • object_recognition;
  • face_recognition;
  • people_tracking.

Helper Packages

  • butia_vision_bridge;
  • butia_vision_msgs;
  • image2kinect.

Helper 3rd Packages

Clone

Clone this repository using the follow command:

git clone --recursive https://github.com/butia-bots/butia_vision.git

Instalation

Run the follow commands:

```
chmod +x install.sh
```
To execute the install file:
```
sudo ./install.sh
```

The script will created a folder named "butia_ws" to be the workspace

Before run catkin_make command, is adiviseble to run:

To bash users:

echo "export PYTHONPATH=/usr/local/lib/:$PYTHONPATH" >> ~/.bashrc
echo "export CMAKE_PREFIX_PATH=/usr/local:$CMAKE_PREFIX_PATH" >> ~/.bashrc
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
source ~/.bashrc

To zsh users:

echo "export PYTHONPATH=/usr/local/lib/:$PYTHONPATH" >> ~/.zshrc
echo "export CMAKE_PREFIX_PATH=/usr/local:$CMAKE_PREFIX_PATH" >> ~/.zshrc
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.zshrc
source ~/.zshrc

Run catkin_make

catkin_make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.1%
  • C++ 22.1%
  • CMake 9.5%
  • Shell 2.4%
  • Dockerfile 0.9%