dheera / ros-motor-pololu-qik

ROS package for Pololu Qik motor controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS driver for Pololu Qik motors controllers

This is a ROS node for the Pololu Qik Motor controllers. It has only been tested on the 2s9v1. It supports multiple Qiks on the same serial bus.

Parameters:

  • port -- path to the UART. Default is /dev/ttyACM0

Subscribers

  • command -- a Float32MultiArray containing 2 * (number of motor controllerson the serial bus) values. For a single motor controller this would be a Float32MultiArray containing 2 values. Values range from -1.0 to 1.0.

Publishers

None.

Services

None.

Usage notes

About

ROS package for Pololu Qik motor controllers


Languages

Language:C++ 72.6%Language:Python 20.0%Language:CMake 7.3%