Skip to content

sim2bot.RobotInfo.joint_names

joint_names: list[str] = field(default_factory=list) class-attribute instance-attribute

Joint names in the exact order expected by commands and telemetry.


Example

Read joint_names

info = sim.describe()[0]
print(info.joint_names)

See also