JetBot(ip, locomotion_port, camera_port)
JetBot.getPosition()
JetBot.getOrientation()
JetBot.getImage(camera_name: Union[str, None], image_type: Union[str, None])
JetBot.setMotors(left_speed: float, right_speed: float)
JetBot.stop()
JetBot.setCarControls(steering: float, throttle: float, brake: float)
JetBot.setCarTargetSpeed(velocity: float, scaling_factor: float)
JetBot.rotate(rate: float, duration: Union[float, None], scaling_factor: float)
JetBot.moveByVelocity(linear_velocity: Velocity, angular_velocity: Velocity, duration: float | None)
Was this page helpful?