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