-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effort Controller Fixes #35
Conversation
…ace handle for joint
That friend declaration might be something hidof is using in proprietary code. What do you say, @wmeeusse ? |
bool init(hardware_interface::EffortJointInterface *robot, ros::NodeHandle &n); | ||
|
||
/*! | ||
* \brief Give set velocity of the joint for next update: revolute (angle) and prismatic (velocity) | ||
* | ||
* \param double pos Velocity command to issue | ||
* pp\param double pos Velocity command to issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pp looks like a typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
I'm going to comment out the friend declaration for now, we can always add it back. |
…ults Use dynamic params defaults
@adolfo-rt @jbohren