vehicle_command topic: use uorb queuing with length 3

Just to make sure we don't lose any messages.
This commit is contained in:
Beat Küng
2016-09-07 14:24:09 +02:00
parent c1b73a068e
commit be4db3c5df
9 changed files with 29 additions and 19 deletions
@@ -395,7 +395,7 @@ CameraTrigger::test()
cmd.param5 = 1.0f;
orb_advert_t pub;
pub = orb_advertise(ORB_ID(vehicle_command), &cmd);
pub = orb_advertise_queue(ORB_ID(vehicle_command), &cmd, vehicle_command_s::ORB_QUEUE_LENGTH);
(void)orb_unadvertise(pub);
}