Skip to content

Commit 7a973b6

Browse files
authored
Merge pull request #718 from bitcraze/rik/releasedocumentation
Documentation for plotter x-axis manipulation and persistent parameter management
2 parents b642fde + 3abdd05 commit 7a973b6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/images/cfclient_param.png

45 KB
Loading

docs/images/cfclient_ploter.png

-155 KB
Binary file not shown.

docs/images/cfclient_plotter.png

82.7 KB
Loading

docs/userguides/userguide_client/parameters_tab.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ and update parameters. For more information about parameters see
1919
* *Value:* The value of the parameter
2020
2. Group: To make things easier each group has it's members organized as sub-nodes to the group
2121
3. Parameters: The full name of each parameter is the group combined with the name (group.name)
22-
4. The parameter sidebar, here you can set the current value of a parameter. And also store the value to, or clear value from, eeprom if the parameter is persistent
22+
4. Persistent parameter management functions. Dump all persistent parameters to a file, load persistent parameters from a file, or clear all persistent parameters from the drone.
23+
5. The parameter sidebar, here you can set the current value of a parameter. And also store the value to, or clear value from, eeprom if the parameter is persistent

docs/userguides/userguide_client/plotter_tab.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ sort_order: 3
66

77
The plotter tab can be used to visualize data logged from the Crazyflie.
88

9-
![cfclient plotter](/docs/images/cfclient_ploter.png)
9+
![cfclient plotter](/docs/images/cfclient_plotter.png)
1010

1111
1. Select logging configuration to plot. Read about how to create
1212
configurations [here](/docs/userguides/userguide_client/#logging).
1313
2. Legend for the logging configuration that is being plotted.
1414
3. Logged data, zooming and panning can be done with the mouse.
15-
4. Number of samples showed in the plot. After this is filled the plot
16-
will start scrolling the data
15+
4. X-axis manipulation. Either a custom time range, a number of samples, or number of seconds can be used. If number of samples or seconds is used, the plot fills up the window and will start scrolling the data.
1716
5. Auto-scaling or fixed scaling for the Y-axis
1817
6. Auto update graph. If this is disabled the plot will stop updating
1918
(but data will still be collected in the background)

0 commit comments

Comments
 (0)