We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d3bcd commit 651be94Copy full SHA for 651be94
libstage/stage.hh
@@ -2999,6 +2999,9 @@ namespace Stg
2999
/* set the velocity of a model in the global coordinate system */
3000
void SetGlobalVelocity( const Velocity& gvel );
3001
3002
+ /** Get (a copy of) the model's odometry integration error. */
3003
+ Velocity GetOdomError() const { return integration_error; }
3004
+
3005
/** Specify a point in space. Arrays of Waypoints can be attached to
3006
Models and visualized. */
3007
class Waypoint
0 commit comments