FSDS Rust API
The 'fsds-rs' crate provides users a Rust API to create clients that can connect with the Formula Student Driverless Simulator.
Getting started
Let's drive the car forward!
Open the simulator and run this example to make the car move:
use ;
use ;
/// The name of the vehicle to control.
const VEHICLE_NAME: &str = "FSCar";
async
API reference
This rust library is a copy of the official Python API. Please refer to the official documentation for more information about the API calls.