mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
fixing the publishing of the triggering stamps (#5005)
This commit is contained in:
committed by
Lorenz Meier
parent
e86c1851a7
commit
2317589950
@@ -493,7 +493,7 @@ CameraTrigger::engage(void *arg)
|
||||
|
||||
report.seq = trig->_trigger_seq++;
|
||||
|
||||
orb_publish(ORB_ID(camera_trigger), &(trig->_trigger_pub), &report);
|
||||
orb_publish(ORB_ID(camera_trigger), trig->_trigger_pub, &report);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user