Open
Description
Hi ROS2 Control team,
I am looking into adding support for a combined position, velocity and effort command interface for the JTC.
This would be useful when using a BLDC driver like: https://mjbots.com/ that internally runs its own PID control. You want to be able to you want to send a reference position, reference velocity, and feedforward effort command calculated by inverse dynamics.
It seems that the basics are in place: https://github.com/ros-controls/ros2_controllers/blob/master/joint_trajectory_controller/src/joint_trajectory_controller.cpp
Is there a reason this is not support right now?
Thanks!
Zach