Custom topics logging #358
Abhinandan-Krishnan
started this conversation in
General
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need to log battery data
pm.state
in particular for all the quads that are active. If I add the custom topic underall
in thecrazyflies.yaml
file like this,I get the topic published in different topics for each quad, like
/cf8/battery
,/cf9/battery/
. I was wondering if there is any way to get all the battery info for all active quads in one single topic. I understand that I can write a seperate intermediate node to collect all the individual topics and publish onto a single topic. I wanted to know if Crazyswarm had any config for this, that I might have missed. I think it's a good to have and much more convenient to be published in one single topic.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions