Jetbot
JetBot
Inherits from: WheeledRobot
JetBot
Initialize a JetBot robot instance.
getPosition
getPosition is not implemented for JetBot
getOrientation
getOrientation is not implemented for JetBot
getImage
Return the image of camera. JetBot only has one camera so the arguments are ignored.
setMotors
Sets the speed of the motors for the JetBot. These values should be [-1.0, 1.0]
stop
Stops the motors of the JetBot
setCarControls
Control the JetBot using ackermann steering. Does not adjust speed, only steering
setCarTargetSpeed
Set the speed of the JetBot for Ackermann control. Does not adjust steering
None
rotate
Rotate the JetBot in place
Throttle rate to apply during rotation. Positive rotates right, negative rotates left
How long to rotate in seconds
defaults to 8. Scaling factor for the rate to make it behave similar to simulation. Defaults to 8.0
moveByVelocity (inherited)
Move the robot by setting linear and angular velocity.
defaults to None. Optional duration in seconds to move for before stopping. Defaults to None.