Add doc page about joint kinematics (backport #1497) #1559
Merged
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.
I summarized some results of discussions about mimic joints and how I understand that.
Note, this is different than implemented currently with
ros2_control/hardware_interface/src/mock_components/generic_system.cpp
Lines 568 to 576 in 16fbde3
This came from the time where we defined the mimic joints in the ros2_control tag. IMHO, it does not make sense now using the URDF-specification, where the behavior of the mimic joint changes by switching the command interface from position to velocity, because we use the offset and calculate
velocity = multiplier * other_joint_velocity + offset
Also related to ros-controls/gazebo_ros2_control#297 and ros-controls/gz_ros2_control#276
I also included transmission interfaces, to give an overview what they are and what they aren't (they were not mentioned once in the docs).
This is an automatic backport of pull request #1497 done by [Mergify](https://mergify.com).