Use floats for SLAM Location
This commit is contained in:
@@ -17,9 +17,9 @@ message SlamRow{
|
||||
}
|
||||
|
||||
message SlamLocation{
|
||||
int32 x = 1;
|
||||
int32 y = 2;
|
||||
int32 theta = 3;
|
||||
float x = 1;
|
||||
float y = 2;
|
||||
float theta = 3;
|
||||
}
|
||||
|
||||
message SlamScan{
|
||||
|
||||
Reference in New Issue
Block a user