softbankrobotics-research / naoqi_driver

c++ bridge based on libqi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a naoqi driver module that bridges with ROS. It publishes several sensor data as well as the robot position.

On the other hand it enables ROS to call parts of the NAOqi API.

What it does

The naoqi_driver module is in charge of providing some bridge capabilities between ROS and NAOqiOS.

How it works

The naoqi_driver module is a NAOqi module that also acts as a ROS node. As there is no roscore on the robot, it needs to be given the IP of the roscore in order to be registered as a node in the ROS processing graph. Usually, you will start your roscore on your local desktop.

Once connected, normal ROS communication is happening between your robot, running NAOqi OS, and your desktop, running ROS.

For further information, you can go here or build the doc:

cd doc
doxygen Doxyfile
sphinx-build -b html ./source/ ./build/

Travis - Continuous Integration

ROS Release status
Melodic-stretch

Melodic with Debian Stretch

Melodic

Melodic with Ubuntu Bionic

Kinetic

Kinetic with Ubuntu Xenial

Indigo

Indigo with Ubuntu Trusty

About

c++ bridge based on libqi

License:Apache License 2.0


Languages

Language:C++ 98.9%Language:CMake 0.6%Language:QMake 0.4%Language:Shell 0.0%