ros2_controllers
ros2_controllers copied to clipboard
Enable definition of all fields in JointTrajectory message when using test node.
This PR extends test node for JTC to enable definition of all fields in JointTrajectory message when testing a hardware.
This enables velocity, acceleration, and effort only inputs that JTC can handle but test node was unable to until now. The goal of this work is to simplify testing of a controller for a specific hardware in a specific scenario.