I have a companion computer hooked up to an autopilot and the companion computer is sending a heartbeat message to the autopilot. When I connect to the autopilot in mission planner it sometimes tries to connect to the heartbeat (ultimately failing) until i manually select the aircraft at which point it starts to receive telemetry as usual.
What parameters should I set for my heartbeat message in order to not see this extra mavlink stream in mission planner ? Is it even possible?
im curious why that matters? I’m able to set the mavlink message parameters to whatever I want, just curious about the proper mavlink message settings to not see redundant aircraft in the mission planner dropdown box.
in ardupilot there is an option to set the mavlink stream to “private” on the companion computer link so the internal router wont forward it out the telem link to MP.
mimic the groundstation link sys id 255 compid 190
a separate custom heartbeat sys id 255 compid 0
and both seem to show up when I connect to the aircraft in mission planner. How should I structure my mavlink so I dont see this? I’ll look up the private functionality. do you have a link handy by any chance?