Skip to content

ymohamed08/odas-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODAS -> ROS

This project is being developped by the IntRoLab team. Added the Kinect azure config file.

Prerequisites

You will need CMake, GCC and the following external libraries: FFTW:

sudo apt-get install libfftw3-dev

LibConfig:

sudo apt-get install libconfig-dev

ALSA:

sudo apt-get install libasound2-dev

Installation

First, you need to clone the repository and prepare it for execution.

cd ~/catkin_ws/src
git clone https://github.com/introlab/odas_ros.git

cd ~/catkin_ws
catkin_make

To get more information on how to use odas_ros and soundtracking, visit the README.md of the corresponding folders.

Usage with Kinect azure

roslaunch odas_server odas_core.launch

The config file has been already added as default

Repository

odas_msgs

Contains the message declaration used by odas_server and sound_tracking.

odas_server

Contains everything you need to use odas through a ROS architecture.

sound_traking

Uses odas_ros's nodes to calculate the twist command for a robot to orient itself toward the loudest speech source.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published