Replies: 2 comments
-
This looks like it might be a tracking issue. Try setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree this is probably related to tracking. Are your marker configurations all very distinct from each other? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Recently, I used 4 drones to execute my program. When I fly each CF individually, they work fine, so I'm ruling out the fact that each drone have any defects.
However, when I start to add more CFs, they become extremely unstable and start crashing.
My crazyflies.yaml is as follows:
cf1: channel 100
cf2: channel 100
cf3: channel 110
cf4: channel 90
My hover_swarm.launch is as follows:
genericLogTopics: ["log1"]
genericLogTopicFrequencies: [1]
genericLogTopic_log1_Variables: ["stateEstimate.x", "ctrltarget.x"]
motion_capture_type: "vrpn"
object_tracking_type: "motionCapture"
send_position_only: False
vrpn_host_name: "10.1.1.198"
save_point_clouds: ~/pointCloud.ot
print_latency: False
write_csvs: False
force_no_cache: True
enable_parameters: True
enable_logging: False
I'm using 4 reflective markers per drone. The motion capture system is tracking all 4 different rigid bodies.
The following link shows the current test run with 4 cf's.
https://youtu.be/Pp7KR1XA6Rc
Now, the entire system can achieve most of the functional effects, but it still lacks stability. What should I do to achieve more stable flight of cfs?
Thanks, hoping for some help regarding this issue.
Beta Was this translation helpful? Give feedback.
All reactions