Skip to content

Commit

Permalink
add pended action bool to odometry read
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 1, 2021
1 parent 4ba3d23 commit 7004f56
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ struct VehicleOdometryState
/** The timestamp for the read pose and velocity values. Use
* mrpt::system::now() unless you have something more accurate. */
mrpt::system::TTimeStamp timestamp;

/** There exists an action waiting for execution after the current
* under-execution one.
* See: VehicleMotionInterface::motion_execute() for a discussion.
*/
bool pendedActionExists = false;
};

} // namespace selfdriving

0 comments on commit 7004f56

Please sign in to comment.