We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dadc4f commit aa4c856Copy full SHA for aa4c856
src/modules/uxrce_dds_client/dds_topics.h.em
@@ -168,6 +168,7 @@ struct RcvTopicsPubs {
168
{ORB_ID(@(sub['topic_simple']))}@('' if idx == sub['max_instances']-1 else ',')
169
@[ end for]@
170
};
171
+ // Maps route_field values (arbitrary, not bounded to [0, max_instances)) to uORB instance indices
172
struct {
173
uint8_t assigned_ids[@(sub['max_instances'])] {};
174
uint8_t num_assigned {0};
0 commit comments