roslib
    Preparing search index...

    Interface RosbridgeSendActionGoalMessage<TArgs>

    interface RosbridgeSendActionGoalMessage<TArgs = unknown> {
        action: string;
        action_type: string;
        args?: TArgs;
        compression?: string;
        feedback?: boolean;
        fragment_size?: number;
        id: string;
        op: "send_action_goal";
    }

    Type Parameters

    • TArgs = unknown

    Hierarchy (View Summary)

    Index

    Properties

    action: string
    action_type: string
    args?: TArgs
    compression?: string
    feedback?: boolean
    fragment_size?: number
    id: string
    op: "send_action_goal"