-
Notifications
You must be signed in to change notification settings - Fork 0
VehicleControl
Johannes Ernstsen edited this page Mar 17, 2021
·
1 revision
This package implements methods of controlling the vehicle, to be specified in the GUI constructor
The Controller class specifies the interface to be used in communicating with the vehicle, using the following
functions
set_driveset_gearset_throttleset_direction
There are two standard implementations
This implementation simulates controlling a vehicle, by keeping and updating an internal state
This implementation sends commands through a socket connection to the vehicle, thus controlling the actual vehicle
RC-Car. Author: Johannes Ernstsen