ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

adafruit 16 channel servo driver package

asked 2016-01-19 08:05:28 -0500

LukeH gravatar image

After a bit of a web search, I have come up dry on a ROS package for the Adafruit 16 Channel Servo Driver Board. It wouldn't be difficult to make one, I just want to make sure no one has seen one before I reinvent the wheel. Go to this link for the board itself. I'm thinking a simple subscription node that sends the necessary I2C commands to x40 from a RPi, and maybe a GUI joystick node that posts a topic with the 16 servo values. If anyone has seen it, please let me know. Thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-01-19 12:08:02 -0500

inflo gravatar image

hi, i use the https://www.adafruit.com/products/2327 16-Channel PWM / Servo HAT for Raspberry Pi which is perhaps the same chip.

i got a https://github.com/flobotics/flobotic... listener node, to which you can send int16 values for every servo, feel free to use it , or modify it

edit flag offensive delete link more

Comments

Perfect thanks!

LukeH gravatar image LukeH  ( 2016-01-20 08:34:55 -0500 )edit
0

answered 2017-01-16 14:04:52 -0500

updated 2017-01-17 04:19:42 -0500

I have created a package that supports the I2C PWM control boards. (Currently it has only been tested on Raspberry Pi).

It supports absolute PWM control and proportional control.

Additionally, it supports geometry_msgs/Twist and drive configuration for akerman, differential, and mecanum.

The package is available here: https://gitlab.com/bradanlane/ros-i2c... The documentation is available here: http://bradanlane.gitlab.io/ros-i2cpw...

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-01-19 08:05:28 -0500

Seen: 1,609 times

Last updated: Jan 17 '17