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

PID controller making use of the Message type sensor_msgs/JointState

asked 2015-05-23 03:55:28 -0500

215 gravatar image

updated 2015-05-23 06:02:42 -0500

Hi guys I am looking for at PID controller which is capable of understand the message type sensor_msgs/JointState. As far i can see those which are available uses a custom message type, but none which uses the sensor_msg/JointState .. Do any of you know one??

I've looked into some, and http://wiki.ros.org/pid and seems to be what I am looking with the exception of the message type being not the one i want.. Somebody who are able to convert it?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2015-05-24 20:05:14 -0500

215 gravatar image

Wikipedia already provides pseudo code..

edit flag offensive delete link more
1

answered 2015-05-25 03:00:53 -0500

Adolfo Rodriguez T gravatar image

I don't know of any open implementation, but if you can tolerate the added latency of one additional hop though a ros node, you can write a very simple forwarding node that subscribes to a sensor_msgs/JointState topic, and publishes to the ROS interface of whatever controller you have otherwise found suitable.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-05-23 03:55:28 -0500

Seen: 344 times

Last updated: May 25 '15