Open dylanyd opened 3 years ago
Hello @dylanyd GPSOdometrySensor ComfortSensor and VehicleOdometrySensor provides wheel angle. API does not at this time but you could add a new command in simulator and api code or add to agent state. Be careful you aren't changing the data class that gets sent via cyber, without new proto files it will fail.
Hi, I'm using python API to check the status of the ego vehicle. Now the AgentState API provides information on transform, velocity, and angular velocity. How can I get the steering angle such as the value shown in the Apollo Dreamview interface? Thanks for your help.