the adsb avoid param is set (AVD_ENABLE = 1 and have set the AVD distances (F/W, XY/Z) to 1000 so it should always trigger
The other option was to set DEV_OPTIONS and send a GLOBAL_POSITION_INT but that would mean making a custom mavlink publisher to send the global pos int - so before doing this wondering if im missing something simple publishing to the adsb topic https://ardupilot.org/copter/docs/parameters.html#dev-options-development-options
i see it published in: rostopic echo /mavros/adsb/vehicle
if i then publish the same data causing the colision to this topic the copter doesnt respond to it.
not sure why this would be the case, will see if it needs to be coming from a diffrent sysid?