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

Swiz/mtc merged fixes #2

Open
wants to merge 16 commits into
base: mwiz/bug_fixes
Choose a base branch
from

Conversation

swiz23
Copy link

@swiz23 swiz23 commented Oct 21, 2022

No description provided.

rhaschke and others added 16 commits August 28, 2022 11:14
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
…ting the goal so it does not block the server from accepting a cancel request. While client is waiting for the result future, repeatedly check if preempting was requested and send a cancel request if it was
@mechwiz mechwiz force-pushed the mwiz/bug_fixes branch 2 times, most recently from adb0d55 to ddbe875 Compare January 4, 2023 00:47
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.

4 participants