ros-controls / ros_control

Generic and simple controls framework for ROS
http://wiki.ros.org/ros_control
BSD 3-Clause "New" or "Revised" License
470 stars 307 forks source link

Add JointDynamicStateInterface. #461

Closed olivier-stasse closed 4 years ago

olivier-stasse commented 4 years ago

This is a request for comment.

This PR is one building block to exploit DynamicJointState (https://github.com/ros-controls/ros2_control/issues/89). The practical issues to be solved are the followings:

It is following as much as possible JointStateInterface. My C++ is rusty but I guess it would be possible to filter interface_name using Concept together with Template.