Skip to content

sim2bot.RobotState.tcp_linear_jerk

tcp_linear_jerk: list[float] = field(default_factory=list) class-attribute instance-attribute

TCP linear jerk in metres per second cubed.


Example

Read tcp_linear_jerk

info = sim.describe()[0]
state = sim.state(robot=info.index)
if state is not None:
    print(state.tcp_linear_jerk)

See also