You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct Commands
{
double position_; // Last commanded position
double velocity_; // Last commanded velocity
bool has_velocity_; // false if no velocity command has been specified
};
Looks like something that was added in 2013 (#35) to lay the groundwork in case anyone wanted to build on it later, but no one ever found it necessary to use the feature so it's been sitting there untouched ever since (Except for a small bugfix in #52).
If it's something you need, please consider opening a PR and describing the usage.
In joint_position_controller.h ,there is
but in joint_position_controller.cpp,
the parameter is only one!
why not apply velocity interface?
The text was updated successfully, but these errors were encountered: