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

[ros2] Fix Cartesian interpolation #382

Closed

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Sep 6, 2022

Merge of #380 into ros2 branch (and resolving conflicts). This fixes #359.

The twist motion performs an angular rotation about the given axis _and_
the origin of ik_frame as well as a linear translation.
Both transforms are expressed w.r.t. the model frame and thus require
left-multiplication to ik_frame's current pose.
The ik_frame should move in a straight-line Cartesian path.
However, so far the link frame was following a Cartesian path.
When passing the root frame, getRigidlyConnectedParentLinkModel() returns
a nullptr for robot_link, causing a segfault.
Actually, we don't need to use that method at all. We just need to find
the robot_link of an associated body.
- link_pose -> start_pose
- pos_link -> pos_start
@rhaschke
Copy link
Contributor Author

rhaschke commented Nov 2, 2022

I merged the master branch, including #380, into ros2.

@rhaschke rhaschke closed this Nov 2, 2022
@rhaschke rhaschke deleted the ros2-fix-cartesian-interpolation branch November 2, 2022 19:42
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.

None yet

1 participant