Skip to content

Documentation for model-based controllers #1650

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

Closed
wants to merge 332 commits into from

Conversation

v8p1197
Copy link

@v8p1197 v8p1197 commented Apr 22, 2025

This PR updates ros2_controller's documentation to open the possibility of creating model-based controllers, e.g. gravity compensantion PD controllers or inverse dynamics controllers.

To access the robot dynamics model, the inverse dynamics solver is proposed (here the release repository).
The solver will be soon released via rosdep for humble (here the updated rosdistro index).

mergify bot and others added 30 commits August 17, 2023 12:19
(cherry picked from commit 5178503)

Co-authored-by: Christoph Fröhlich <[email protected]>
Co-authored-by: Bence Magyar <[email protected]>
(cherry picked from commit af54985)

Co-authored-by: Christoph Fröhlich <[email protected]>
…eriod_ in diff_drive_controller.cpp (ros-controls#644) (ros-controls#777)

Co-authored-by: Jules CARPENTIER <[email protected]>
(cherry picked from commit 77420cb)

Co-authored-by: julescarpentier <[email protected]>
…s on configure (backport ros-controls#698) (ros-controls#750)

* [ForceTorqueSensorBroadcaster] Create ParamListener and get parameters on configure (ros-controls#698)

* Create ParamListener and get parameters on configure

* Declare parameters for test_force_torque_sensor_broadcaster

Since the parameters are not declared on init anymore, they cannot be
set without declaring them before

---------

Co-authored-by: Bence Magyar <[email protected]>
(cherry picked from commit 32aaef7)

* Fix "parameter is already declared" error

---------

Co-authored-by: Noel Jiménez García <[email protected]>
Co-authored-by: Christoph Froehlich <[email protected]>
Copy link
Contributor

mergify bot commented Apr 22, 2025

@v8p1197, all pull requests must be targeted towards the master development branch.
Once merged into master, it is possible to backport to humble, but it must be in master
to have these changes reflected into new distributions.

@v8p1197 v8p1197 changed the title Humble Documentation for model-based controllers Apr 22, 2025
@v8p1197 v8p1197 changed the base branch from humble to master April 22, 2025 08:25
Copy link
Contributor

mergify bot commented Apr 22, 2025

This pull request is in conflict. Could you fix it @v8p1197?

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@v8p1197 you need to open the PRs targeting the master branch. I recommend creating a new PR using the new API of the master branch. We can later backport the changes to older distros

@v8p1197 v8p1197 closed this Apr 22, 2025
@v8p1197
Copy link
Author

v8p1197 commented Apr 22, 2025

@v8p1197 you need to open the PRs targeting the master branch. I recommend creating a new PR using the new API of the master branch. We can later backport the changes to older distros

Thank you @saikishor. I have created a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants