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

Extend RobotModel #7

Open
1 of 3 tasks
rhaschke opened this issue Aug 17, 2022 · 0 comments
Open
1 of 3 tasks

Extend RobotModel #7

rhaschke opened this issue Aug 17, 2022 · 0 comments

Comments

@rhaschke
Copy link
Member

rhaschke commented Aug 17, 2022

  • Allow extending the RobotModel with fixed frames from static TF, i.e.
    • subscribe to /tf_static
    • add fixed joints to RobotModel
    • have a method add_link(t: TransformStamped)
  • Introduce shortcuts for a chain of fixed transforms, i.e.
    • pre-multiply Joint.T of all fixed joints and the parent active joint, stored e.g. in shortcut_T
    • safe the direct active parent joint in shortcut_parent
    • This needs to be updated if any fixed TF changes!
  • Implement caching of FK results
    • avoid re-computing the same FK from A to B during a single (across multiple?) control cycles
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

No branches or pull requests

1 participant