FAQ: Difference between revisions
Jump to navigation
Jump to search
Added a couple more questions |
bolded links |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Here you can find some Frequently Asked Questions: | Here you can find some Frequently Asked Questions: | ||
:1. How do I change the Radio Channel? | :'''1. How do I change the Radio Channel?''' | ||
::Find out here: [[:USB Radio#Changing Radio Channel|Changing the Radio Channel]] | ::Find out here: '''[[:USB Radio#Changing Radio Channel|Changing the Radio Channel]]''' | ||
:2. How do I use Log Blocks? | :'''2. How do I use Log Blocks?''' | ||
::*Creating and using [[:Logging#Client-Side External Log Files|External Client-side Log Files]] | ::*Creating and using '''[[:Logging#Client-Side External Log Files|External Client-side Log Files]]''' | ||
::*Creating [[:Firmware#New Firmware Log Blocks|New Log Blocks in Firmware]] | ::*Creating '''[[:Firmware#New Firmware Log Blocks|New Log Blocks in Firmware]]''' | ||
::*Creating and Using [[:Logging#New Client Log Blocks|New Log Blocks in Client]] | ::*Creating and Using '''[[:Logging#New Client Log Blocks|New Log Blocks in Client]]''' | ||
:3. I just want to run the code, how do I run it? | :'''3. I just want to run the code, how do I run it?''' | ||
::See [[:PC Client Software#Using the Swarm Client|Using the Swarm Client]] | ::See '''[[:PC Client Software#Using the Swarm Client|Using the Swarm Client]]''' | ||
:4. What are the Keyboard Commands for flying the Crazyflie? | :'''4. What are the Keyboard Commands for flying the Crazyflie?''' | ||
::You can find a full list of all the Key Commands in [[:Keyboard Commands]] | ::You can find a full list of all the Key Commands in '''[[:Keyboard Commands]]''' | ||
::(Alternatively: See '''Step 4''' of [[:PC Client Software#Using the Swarm Client|Using the Swarm Client]]) | ::(Alternatively: See '''Step 4''' of '''[[:PC Client Software#Using the Swarm Client|Using the Swarm Client]]''') | ||
:'''5. How do I plot the Log Files that the Crazyflie Swarm Creates?''' | |||
::See the '''[[:Logging#MATLAB Parser|MATLAB Parser]]''' section for examples. | |||
:'''6. Can I change what files are compiled during <code>make</code>?''' | |||
::Yep! You need to modify the makefile in the Client directory. You can follow the example shown '''[[:PC Client Software#Makefile|here]]''' or make your own if you know how (but then this question would be irrelevant to you...). | |||
Latest revision as of 17:06, 3 August 2016
Here you can find some Frequently Asked Questions:
- 1. How do I change the Radio Channel?
- Find out here: Changing the Radio Channel
- 2. How do I use Log Blocks?
- Creating and using External Client-side Log Files
- Creating New Log Blocks in Firmware
- Creating and Using New Log Blocks in Client
- 3. I just want to run the code, how do I run it?
- 4. What are the Keyboard Commands for flying the Crazyflie?
- You can find a full list of all the Key Commands in Keyboard Commands
- (Alternatively: See Step 4 of Using the Swarm Client)
- 5. How do I plot the Log Files that the Crazyflie Swarm Creates?
- See the MATLAB Parser section for examples.
- 6. Can I change what files are compiled during
make?
- Yep! You need to modify the makefile in the Client directory. You can follow the example shown here or make your own if you know how (but then this question would be irrelevant to you...).