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
Ok. Got everything working pretty good. I can even set waypoints and send them to the UAS. While everything else seems to be working I can not seem to set tuning parameters from the ground station to the UAS.
When I hit the Set button in APMplanner it says transmitting and then timesout. There are no associated message id's that appear on the UAS side. I did see the note on the parameters page that id_all should be set for pass through but this does not seem to work. Messages sent to MAV_COMP_ID_ALL will be forwarded to the UAS as well
I did leave a message on glitter but no takers, so I am posting here. Any help would be appreciated.
Thanks
Mike
UPDATE: was looking at the code in componets.cpp and don't think its handling MAV_COMP_ID_ALL for set parameter message. If I knew how to fix it I would give it a shot.
Ok. Got everything working pretty good. I can even set waypoints and send them to the UAS. While everything else seems to be working I can not seem to set tuning parameters from the ground station to the UAS.
When I hit the Set button in APMplanner it says transmitting and then timesout. There are no associated message id's that appear on the UAS side. I did see the note on the parameters page that id_all should be set for pass through but this does not seem to work.
Messages sent to MAV_COMP_ID_ALL will be forwarded to the UAS as well
I did leave a message on glitter but no takers, so I am posting here. Any help would be appreciated.
Thanks
Mike
UPDATE: was looking at the code in componets.cpp and don't think its handling MAV_COMP_ID_ALL for set parameter message. If I knew how to fix it I would give it a shot.
If you follow to handleParameterSet I don't see where it sends to the UAV for ALL.
The text was updated successfully, but these errors were encountered: