roslib
    Preparing search index...

    Interface GoalStatus

    interface GoalStatus {
        goal_id: GoalID;
        status: GoalStatus;
        text?: string;
    }
    Index

    Properties

    Properties

    goal_id: GoalID
    status: GoalStatus
    text?: string