Optional
teleop
teleop?: {
customStreams?: {
name: string;
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
}[];
hardwareStreams?: {
name: string;
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
}[];
rosStreams?: {
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
topicName: string;
topicType: string;
}[];
}
Type declaration
Optional
customStreams?: {
name: string;
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
}[]
Optional
hardwareStreams?: {
name: string;
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
}[]
Optional
rosStreams?: {
rtcStreamType: "boolean" | "numeric" | "twist" | "bitset" | "ping" | "pong" | "ping-v2" | "pong-v2" | "stream-control" | "streams-info" | "agent-info" | "compressed-image" | "h264-video-frame" | "audio-chunk" | "pose" | "goal-id" | "joint-state" | "pose-with-covariance" | "point-cloud" | "marker-array" | "point" | "json-string" | "odometry" | "joy";
topicName: string;
topicType: string;
}[]