Skip to content
Permalink
Browse files
rpm to m/s in comments
  • Loading branch information
hornyakj committed Feb 13, 2023
1 parent 30b1acd commit 13a3eb12a24351b114ccdb93b827708ecf2dc0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -146,7 +146,7 @@ FINISHED

- [David Croft](link)
- [Boyan Yordanov](link)
- [Jozsef Gergely](link)
- [Gergely Hornyak](link)
- [Tanisha Agarwal](link)
- [Nikolin Prento](link)

@@ -273,7 +273,7 @@ namespace demo_ui
Window( "Drive", driveMenu.Menu() ),
Window( "UI mode", uiMenu.Menu() ),
} ) | yflex_shrink,
Window( "Rpm", dual_control( uiMenu.opt, frontRpm, rearRpm ) ),
Window( "Rpm", dual_control( uiMenu.opt, frontRpm, rearRpm ) ), // | x 0.09 km/h x 5/18 to get m/s
Window( "Torque", dual_control( uiMenu.opt, frontTorque, rearTorque ) ),
Window( "Brake", dual_control( uiMenu.opt, frontBrake, rearBrake ) ),
Window( "Steering",

0 comments on commit 13a3eb1

Please sign in to comment.