-
Notifications
You must be signed in to change notification settings - Fork 2
Admittance robot description param #22
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
base: master
Are you sure you want to change the base?
Conversation
admittance_controller/include/admittance_controller/admittance_rule_impl.hpp
Outdated
Show resolved
Hide resolved
0b25655
to
fce1e28
Compare
Refactored Main changes:
Note:Please comment on this |
/* some flag that determines whether we call the update() with goal_pose or with joint reference. | ||
How can we know here whether the reference was updated from subscribers or from itnerfaces? | ||
|
||
if(updated_from_subscribers) | ||
admittance_->update(joint_state_, ft_values_, *goal_pose_msg_, period, reference_admittance_); | ||
else | ||
admittance_->update(joint_state_, ft_values_, reference_, period, reference_admittance_); | ||
|
||
*/ | ||
|
||
admittance_->update(joint_state_, ft_values_, *goal_pose_msg_, period, reference_admittance_); |
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.
@Nibanovic via parmeter maybe?
…gure to improve real-time performance (ros-controls#1269)
Co-authored-by: christophfroehlich <3367244+christophfroehlich@users.noreply.github.com>
…Robotics-forks/ros2_controllers into admittance-robot-description-param
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
This pull request is in conflict. Could you fix it @destogl? |
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
To send us a pull request, please:
colcon test
andpre-commit run
(requires you to install pre-commit bypip3 install pre-commit
)