Skip to content

Commit

Permalink
feat: save also clothoid theta
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Aug 28, 2024
1 parent 090a12b commit 90d0913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/telemetry/gps_maps.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ message Baseline {
double length = 3;
repeated double x = 4;
repeated double y = 5;

bool resampled = 6;
repeated double s = 7;
repeated double theta = 8;
}

message GPSMapOrigin {
Expand Down

0 comments on commit 90d0913

Please sign in to comment.