Skip to content

Commit 8a68103

Browse files
author
Wouter Heerwegh
authored
Using lap times instead of laps (#3)
* Using lap times instead of laps * Float32 needed instead of 64
1 parent 854c15f commit 8a68103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

msg/ExtraInfo.msg

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# The number of Down Or Out cones during the run
2-
uint32 doo_counter
3-
4-
# The number of finished laps driven by the vehicle
5-
uint32 laps
1+
# The number of Down Or Out cones during the run
2+
uint32 doo_counter
3+
4+
# The number of finished laps driven by the vehicle
5+
float32[] laps

0 commit comments

Comments
 (0)