ros-industrial / ros_canopen

CANopen driver framework for ROS (http://wiki.ros.org/ros_canopen)
GNU Lesser General Public License v3.0
343 stars 274 forks source link

Limit interfaces do not play well with ros_canopen #141

Open mathias-luedtke opened 9 years ago

mathias-luedtke commented 9 years ago

The current implementation of https://github.com/ros-controls/ros_control/tree/indigo-devel/joint_limits_interface does not work properly for all use cases, see https://github.com/ros-controls/ros_control/issues/193 as well.

mathias-luedtke commented 9 years ago
mathias-luedtke commented 8 years ago
mathias-luedtke commented 8 years ago
mathias-luedtke commented 8 years ago

Preliminary implementation is done in https://github.com/ros-industrial/ros_canopen/tree/limited_joint_handle

fmessmer commented 7 years ago

A summary about current approaches and insights regarding "limit interfaces" is given in https://github.com/ipa320/cob_gazebo_plugins/issues/14#issuecomment-274255606

mathias-luedtke commented 7 years ago

For now joint_limits_interface can be turned off for specific controllers (#215 and #216).