Closed Rza-A closed 1 week ago
Hello, This question may come across as basic, but I'd like to know how can I get the longitudinal speed, lateral speed, and steering angle of a vehicle. I used the dir(vehicle) statement but I couldn't find these parameters.
I'd appreciate any help.
Check out the document at Kinematics
You can use vehicle.to_dict().
vehicle.to_dict()
Hello, This question may come across as basic, but I'd like to know how can I get the longitudinal speed, lateral speed, and steering angle of a vehicle. I used the dir(vehicle) statement but I couldn't find these parameters.
I'd appreciate any help.