ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
519 stars 524 forks source link

action support? #182

Closed protobits closed 9 years ago

protobits commented 9 years ago

Hi, I was wondering if rosserial supports actions? I'm considering using rosserial to implement the controller of a robotic manipulator, which is programmed in an Arduino Mega, by directly offering it as a FollowJointTrajectory Action server to a ROS PC. However, if actions are not supported I would need to solve this otherwise.

mikepurvis commented 9 years ago

Not directly, but under the covers an action is just a handful of topics, so you can implement an action client or server manually without much difficulty (I have done this).

eborghi10 commented 7 years ago

@mikepurvis Do you have a Github repository where we can see how do you implement it? That would save us a lot of time. Thanks in advance.

mikepurvis commented 7 years ago

Sorry, nothing public. If you're getting stuck somewhere particular, feel free to open a new issue to discuss it.