You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{37, "USER13"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
585
585
{38, "USER14"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
586
586
{39, "USER15"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
587
-
{40, "USE16"},// Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
587
+
{40, "USER16"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
588
588
{41, "USER17"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
589
589
{42, "USER18"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
590
590
{43, "USER19"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
{65, "USER41"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
613
613
{66, "USER42"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
614
614
{67, "USER43"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
615
-
{68, "USER44"}, //Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
615
+
{68, "TELEMETRY_RADIO"}, //Telemetry radio (e.g. SiK radio, or other component that emits RADIO_STATUS messages).
616
616
{69, "USER45"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
617
617
{70, "USER46"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
618
618
{71, "USER47"}, // Id for a component on privately managed MAVLink network. Can be used for any purpose but may not be published by components outside of the private network.
{190, "MISSIONPLANNER"}, // Component that can generate/supply a mission flight plan (e.g. GCS or developer API).
682
+
{191, "ONBOARD_COMPUTER"}, // Component that lives on the onboard computer (companion computer) and has some generic functionalities, such as settings system parameters and monitoring the status of some processes that don't directly speak mavlink and so on.
680
683
{195, "PATHPLANNER"}, // Component that finds an optimal path between points based on a certain constraint (e.g. minimum snap, shortest path, cost, etc.).
681
684
{196, "OBSTACLE_AVOIDANCE"}, // Component that plans a collision free path between two points.
682
685
{197, "VISUAL_INERTIAL_ODOMETRY"}, // Component that provides position estimates using VIO techniques.
0 commit comments