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
We should consider moving the helper functions proposed here into the PlanInstruction class. The PlanInstruction already contains a ManipulatorInfo struct and waypoint information, so it seems intuitive that it should be able to report the local, world, and joint pose of its waypoint, given environment information (i.e. IK/FK solvers, link transform map).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We should consider moving the helper functions proposed here into the
PlanInstruction
class. ThePlanInstruction
already contains aManipulatorInfo
struct and waypoint information, so it seems intuitive that it should be able to report the local, world, and joint pose of its waypoint, given environment information (i.e. IK/FK solvers, link transform map).Beta Was this translation helpful? Give feedback.
All reactions