Skip to content
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

[Joint Trajectory Controller] Add parameters for special cases #161

Closed
wants to merge 20 commits into from

Conversation

destogl
Copy link
Member

@destogl destogl commented Mar 29, 2021

Implements the following special cases:

  1. JTC can be used for open-loop control. States from the hardware are read when starting the controller. This enables its use for robots/manipulators which have offset between command and states, e.g., often the case with hydraulics manipulators.
  2. JTC can deduce position and velocity when positions or accelerations are as input in JointTrajectory.

The PR depends on #140

@bmagyar
Copy link
Member

bmagyar commented Apr 30, 2021

Please split this into 2 PRs

  • open-loop mode
  • deduce position and velocity

@destogl
Copy link
Member Author

destogl commented May 28, 2021

Please split this into 2 PRs

* open-loop mode

* deduce position and velocity

Done in #189 and #190.

@destogl destogl closed this May 28, 2021
@destogl destogl deleted the jtc-special-cases branch May 31, 2021 15:33
gwalck pushed a commit to StoglRobotics-forks/ros2_controllers that referenced this pull request Jun 7, 2023
* Add test instructions to CONTRIBUTING.md
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.

2 participants