roslib
    Preparing search index...

    Interface RosbridgeAdvertiseMessage

    interface RosbridgeAdvertiseMessage {
        id?: string;
        latch?: boolean;
        op: "advertise";
        queue_size?: number;
        topic: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    latch?: boolean
    op: "advertise"
    queue_size?: number
    topic: string
    type: string