Question about marker configuration #600
Unanswered
Vincent1029384756
asked this question in
Q&A
Replies: 1 comment
-
I'm working on providing position feedback to my Crazyflie drones and here's my current approach:
However, I've noticed that the motion_capture.yaml configuration file doesn't seem to have a field to specify the topic name for the Vicon data. From older posts, I've seen people share their configurations for motion_capture.yaml and crazyflies.yaml. This made me wonder: Does the crazyflie_server package already include its own Vicon wrapper? If that's the case, would the following steps suffice to set everything up?
Would this configuration be enough to get everything working? |
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
-
Hi,
I have questions about the way that the marker configurations are defined:
for example,
default_single_marker: offset: [0.0, -0.01, -0.04] points: p0: [0.0177184,0.0139654,0.0557585]
I wonder what the parameters 'offset' and p0 means, and what unit they are in.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions