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

Commits on Aug 28, 2022

  1. Simplify MoveRelative

    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    240ebf3 View commit details
    Browse the repository at this point in the history
  2. const ref argument

    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    19c66a4 View commit details
    Browse the repository at this point in the history
  3. MoveRelative: Correctly compute motion transform

    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.
    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    f7f6b4e View commit details
    Browse the repository at this point in the history
  4. Fix handling of ik_frame in Cartesian path planning

    The ik_frame should move in a straight-line Cartesian path.
    However, so far the link frame was following a Cartesian path.
    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d860c93 View commit details
    Browse the repository at this point in the history
  5. Fix getRobotTipForFrame()

    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.
    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    91791a3 View commit details
    Browse the repository at this point in the history
  6. Rename variables in visualizePlan()

    - link_pose -> start_pose
    - pos_link -> pos_start
    rhaschke committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    11be7ea View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    c02f576 View commit details
    Browse the repository at this point in the history