Closed Hydran00 closed 1 month ago
Thanks @Hydran00 for spotting this! I'll have a look.
@Hydran00 I merged this in #213. Notice that I couldn't merge your PR directly, because code formatting was needed and you didn't allow changes on your fork, more info here.
Hi, I noticed that the motion control handle jumps in a wrong pose when I change the
Fixed Frame
underGlobal Options
in Rviz2. This happens as soon as I try to move the handle after switching the fixed frame. I managed to solve this error with minor modification accounting for the header of the feedback message coming from the handle when theis called in the
updateMotionControlCallback
function. I also added a check on theframe_id
in theupdate
function to prevent the selection of a non-fixed frame.