yorkrobotlab / pi-puck-ros

ROS driver package for the Pi-puck robotics platform.

Home Page:https://pi-puck.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi-puck ROS Driver Package

CodeFactor

Introduction

This repository contains the ROS driver package for support for the Pi-puck robotics platform.

Pi-puck

Three different views of the Pi-puck platform.

The Pi-puck is a Raspberry Pi extension board for the e-puck and e-puck2 robot platforms, designed and built as a collaboration between the University of York and GCtronic.

For more information about the Pi-puck, see:

Supported Features

This package has only been tested with ROS Melodic.

The following features are currently supported:

  • Navigation
    • Spatial
      • IMU (Z-rotation mode and full 3-axis mode)
      • Accelerometer (Not exposed by Pi-puck e-puck firmware, changes to firmware needed if we want to expose this)
      • Transform server
        • Static transforms
        • Dynamic transform
          • Rotation
          • Translation
    • Motors
      • Speed
      • Steps
      • Odometry
    • Proximity
      • e-puck IR (< 1 metre range)
      • Pi-puck IR (between 1.35 and 4 metre range based on mode)
  • Vision
    • e-puck camera
    • Pi-puck camera
  • Sound
    • Speaker
    • Microphones
  • Power
    • Battery ADC
  • Display
    • OLED
  • I/O
    • Navigation switch

Documentation

For full documentation see the repository Wiki.

Robot Model (URDF)

A model of the Pi-puck can be found in src/pi_puck_driver/src/urdf/pi_puck_urdf.xml.

RVIZ

Image depicting the RVIZ view of the robot with range data displayed.

RVIZ configuration displaying data from all sensors of the Pi-puck can be found in src/pi_puck_driver/src/rviz/pi_puck.rviz.

About

ROS driver package for the Pi-puck robotics platform.

https://pi-puck.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 86.3%Language:CMake 13.3%Language:Shell 0.4%