Hi. Thanks for great work. Have some question about calculating offset of the SO101 arm. In the state machine generation code, the offsets of x, y are hard-coded. Is there any better way to calcuate it with desired quaternion?(https://github.com/LightwheelAI/leisaac/blob/main/source/leisaac/leisaac/datagen/state_machine/pick_orange.py) ``` hover_target = orange_pos_w.clone() hover_target[:, 0] -= 0.03 hover_target[:, 1] -= 0.01 ```
Hi. Thanks for great work.
Have some question about calculating offset of the SO101 arm.
In the state machine generation code, the offsets of x, y are hard-coded. Is there any better way to calcuate it with desired quaternion?(https://github.com/LightwheelAI/leisaac/blob/main/source/leisaac/leisaac/datagen/state_machine/pick_orange.py)