You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign the car control API to match both "physical car" and "simulatur" use-cases.
Issues
A. There are Commands ("set speed direct") which a Simulator might (or in the case auf dash2/fork) currently doesn't support.
Alternatives:
A1. drop the "set speed direct" command
A2. build a kind of "cruise control" like system for the simulator (accelerate/brake until target speed is reached)
Redesign the car control API to match both "physical car" and "simulatur" use-cases.
Issues
A. There are Commands ("set speed direct") which a Simulator might (or in the case auf dash2/fork) currently doesn't support.
Alternatives:
A1. drop the "set speed direct" command
A2. build a kind of "cruise control" like system for the simulator (accelerate/brake until target speed is reached)
B. Parameter speed is handled differently
B1. modify the implemantion of the interface concerning the simulation
B2. modify the implemantion of the interface at the rc-car.
The text was updated successfully, but these errors were encountered: