FAQ: Difference between revisions

From Distributed Autonomous and Networked Control Lab
Jump to navigation Jump to search
Jnoronha (talk | contribs)
Added first few questions and directory
 
Jnoronha (talk | contribs)
bolded links
 
(4 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.
:'''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]]'''
 
:'''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 '''[[: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?
3. I just want to run the code, how do I run it?
See Using the Swarm Client
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...).




Main Directory
Crazyflie Swarm Home | PC Client Software | USB Radio | Firmware | FAQ
Modifications Directory
Controller | Logging | Keyboard Commands | Changing Radio Channel | Flight Modes | Callbacks | Adding a Crazyflie | Firmware