jrl-umi3218 / mc_rtc

mc_rtc is an interface for simulated and real robotic systems suitable for real-time control
BSD 2-Clause "Simplified" License
122 stars 36 forks source link

Questions about frame #337

Closed mmurooka closed 1 year ago

mmurooka commented 1 year ago

This is not a issue, it is a question. I haven't been able to catch up much since the concept frame was introduced in mc_rtc, so I have a few questions.

gergondet commented 1 year ago

Should the following two still return the same pose?

If the controlled frame is a surface then yes.

Where in the code is the frame_->position updated each control cycle?

There is no update mechanism. It is computed on demand here

mmurooka commented 1 year ago

Oh, I see. Thank you for your explanation.