Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace RobotNet10.RobotApp.Shared.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// States cho CartographerService state machine
|
||||
/// </summary>
|
||||
public enum SLAMState
|
||||
{
|
||||
Idle,
|
||||
Initializing,
|
||||
Ready,
|
||||
/// <summary>MCL is computing initial pose; trajectory not added yet. Transitions to Localizing on MclConverged or MclSkipped.</summary>
|
||||
Relocalizing,
|
||||
Localizing,
|
||||
ScanMapping,
|
||||
SavingMap,
|
||||
Error
|
||||
}
|
||||
Reference in New Issue
Block a user