forked from ros-controls/ros2_controllers
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Admittance robot description param #22
Open
destogl
wants to merge
37
commits into
master
Choose a base branch
from
admittance-robot-description-param
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8348bc9
Use the urdf_ to set the robot_description in admittance controller
SyllogismRXS 3021b08
Pass robot_description to kinematics_interface using input arg
SyllogismRXS 9f87347
admittance_controller: skip large dt periods
SyllogismRXS e1b47c1
get robot_description correctly
Nibanovic 95dbc20
correct for kinematics_interface initialize() API change
Nibanovic 8fb7edf
enable pose-only goal in AdmittanceRule
Nibanovic b55cd2b
add a goal pose subscriber in admittance controller
Nibanovic fce1e28
move from Pose to PoseStamped
Nibanovic 165de4c
overload admittance->update() to account for both joint_state and pos…
Nibanovic fa301f4
Fix wrong method name in write new controller doc (#1240)
mateusmenezes95 0401dd4
Update changelogs
bmagyar 298df4b
4.12.1
bmagyar 4a6456f
[Joint State Broadcaster] Publish the joint_states of joints present …
saikishor 4ab22a5
Fixes tests to work with use_global_arguments NodeOptions parameter …
saikishor 31f7fbe
Fix segfault at reconfigure of AdmittanceController (#1248)
firesurfer cdfc0af
Also test if python files were changed (#1264)
christophfroehlich f57eedd
Update changelogs
bmagyar 20f6f0b
4.13.0
bmagyar 1c4d58e
[JSB] Move the initialize of urdf::Model from on_activate to on_confi…
TakashiSato ce12694
rename get/set_state to get/set_lifecylce_state (#1250)
mamueluth 3be3fe9
Fix bug for displaying all controllers (#1259)
fmrico a7b2af5
[PID Controller] Export state interfaces for easier chaining with oth…
saikishor c08bdab
Bump version of pre-commit hooks (#1279)
github-actions[bot] 48a7f8b
Fix deprecation warning in paramater declaration (#1280)
kumar-sanjeeev 1dc3d2a
fix(steering-odometry): handle infinite turning radius properly (#1285)
reinzor 75ae6c9
Update changelogs
bmagyar 57c50e5
4.14.0
bmagyar a2ec061
Use the urdf_ to set the robot_description in admittance controller
SyllogismRXS 2757d44
Pass robot_description to kinematics_interface using input arg
SyllogismRXS 8a58707
admittance_controller: skip large dt periods
SyllogismRXS 8f5ae5f
get robot_description correctly
Nibanovic 2631ae0
correct for kinematics_interface initialize() API change
Nibanovic 99236f4
enable pose-only goal in AdmittanceRule
Nibanovic 85f3bcf
add a goal pose subscriber in admittance controller
Nibanovic f8e580c
move from Pose to PoseStamped
Nibanovic 0d88c35
overload admittance->update() to account for both joint_state and pos…
Nibanovic ad672aa
Merge branch 'admittance-robot-description-param' of github.com:Stogl…
YaraShahin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?