You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking about having 2 functions in orca::robot::RobotModel to differenciate fixed base and floating robots:
robot->setFixedBaseFrame("base_of_the_manipulator"); // robot is fixed somewhere in the world.// and
robot->setFloatingFrame("pelvis"); // robot can move in the world
To me this is much clearer indeed than inferring it from whether or not tasks are defined on 6+ndof.
Question though: what's the point of explicitly specifying which frame is the base ?
Is that just to have a "default" base frame for all tasks ?
I'm thinking about having 2 functions in
orca::robot::RobotModel
to differenciate fixed base and floating robots:@rlober , @iadev , @vpadois ?
The text was updated successfully, but these errors were encountered: