Problem Description
uORB topics support multi instance publishing, however this pipeline does not consider this and always default to id = 0
This is a problem with the recent control allocation added in PX4 where actuator_outputs essentially are published by multiple entitites and therefore published on different channels
Proposed Solution
This commit adds support for multi ID uorb topics. The ID of the topic can be now specified in the configuration file when specifying uORB topics
Problem Description uORB topics support multi instance publishing, however this pipeline does not consider this and always default to
id = 0
This is a problem with the recent control allocation added in PX4 where
actuator_outputs
essentially are published by multiple entitites and therefore published on different channelsProposed Solution This commit adds support for multi ID uorb topics. The ID of the topic can be now specified in the configuration file when specifying uORB topics
Additional Context