Search found 1 match

by LeeNg
Mon Feb 03, 2020 10:04 am
Forum: Developer Discussions
Topic: Can someone tell me the role of rw_cache and ro_cache in crazyflie?
Replies: 1
Views: 2711

Can someone tell me the role of rw_cache and ro_cache in crazyflie?

I'm a beginner of crazyflie. When I was looking at the example code of crazyflie(https://github.com/bitcraze/crazyflie-lib-python), I'm confused about

Code: Select all

self._cf = Crazyflie(rw_cache='./cache')
What does rw_cache and ro_cache mean? :?: