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

feat: Add move joints #74

Merged
merged 5 commits into from
Dec 18, 2024
Merged

feat: Add move joints #74

merged 5 commits into from
Dec 18, 2024

Conversation

philipp-caspers
Copy link
Member

@philipp-caspers philipp-caspers commented Dec 18, 2024

This change adds the move_joints functionality to the ros bridge.

The goal of a joint space motion is to transit from a start configuration
to a target configuration of the robot (both defined in the joint space) in the shortest possible time. 
A joint space motion segment is defined as a point to point motion. 
This means: 
- It is a set of individual motion profiles, one for each involved axis, which are synchronized with respect to time. 
- The resulting geometric path of the end effector is not explicitly defined.
    It results from the given axes limitations for velocity and acceleration. 
- The minimum user parameter set for a joint space motion is the desired target configuration. 
    The starting configuration and all constraints can be determined from the axis modules.

@philipp-caspers philipp-caspers marked this pull request as ready for review December 18, 2024 14:06
@philipp-caspers philipp-caspers merged commit c1f72cf into main Dec 18, 2024
7 checks passed
@philipp-caspers philipp-caspers deleted the feat/add-move-joints branch December 18, 2024 15:16
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