Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 386 Bytes

target_orientation.md

File metadata and controls

13 lines (10 loc) · 386 Bytes

TargetOrientation

from magnebot.target_orientation import TargetOrientation

A target orientation vector for an IK solution.

Value Description
none Default orientation.
auto Let the Magnebot choose a target orientation.
up Corresponds to [0, 1, 0].
forward Corresponds to [0, 0, 1].
right Corresponds to [1, 0, 0].