cfclient 2024.3__tar.gz → 2024.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cfclient might be problematic. Click here for more details.

Files changed (152) hide show
  1. {cfclient-2024.3/src/cfclient.egg-info → cfclient-2024.7}/PKG-INFO +2 -2
  2. {cfclient-2024.3 → cfclient-2024.7}/setup.py +1 -1
  3. cfclient-2024.7/src/cfclient/configs/log/PID_tuning/Attitude.json +46 -0
  4. cfclient-2024.7/src/cfclient/configs/log/PID_tuning/Attitude_rate.json +46 -0
  5. cfclient-2024.7/src/cfclient/configs/log/PID_tuning/Position.json +46 -0
  6. cfclient-2024.7/src/cfclient/configs/log/PID_tuning/Velocity.json +46 -0
  7. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Pitch.json +22 -0
  8. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Pitch_rate.json +22 -0
  9. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Position_x.json +22 -0
  10. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Position_y.json +22 -0
  11. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Position_z.json +22 -0
  12. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Roll.json +22 -0
  13. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Roll_rate.json +22 -0
  14. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Velocity_x.json +22 -0
  15. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Velocity_y.json +22 -0
  16. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Velocity_z.json +22 -0
  17. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Yaw.json +22 -0
  18. cfclient-2024.7/src/cfclient/configs/log/PID_tuning_components/Yaw_rate.json +22 -0
  19. cfclient-2024.7/src/cfclient/resources/log_param_doc.json +1 -0
  20. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/inputconfigdialogue.py +2 -2
  21. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/FlightTab.py +1 -1
  22. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/ParamTab.py +142 -2
  23. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/paramTab.ui +38 -2
  24. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/plotter.ui +39 -47
  25. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/plotwidget.py +54 -6
  26. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/logconfigreader.py +14 -21
  27. cfclient-2024.7/src/cfclient/version.json +1 -0
  28. {cfclient-2024.3 → cfclient-2024.7/src/cfclient.egg-info}/PKG-INFO +2 -2
  29. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient.egg-info/SOURCES.txt +16 -0
  30. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient.egg-info/requires.txt +1 -1
  31. cfclient-2024.3/src/cfclient/resources/log_param_doc.json +0 -1
  32. cfclient-2024.3/src/cfclient/version.json +0 -1
  33. {cfclient-2024.3 → cfclient-2024.7}/LICENSE.txt +0 -0
  34. {cfclient-2024.3 → cfclient-2024.7}/MANIFEST.in +0 -0
  35. {cfclient-2024.3 → cfclient-2024.7}/README.md +0 -0
  36. {cfclient-2024.3 → cfclient-2024.7}/gitversion.py +0 -0
  37. {cfclient-2024.3 → cfclient-2024.7}/setup.cfg +0 -0
  38. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/__init__.py +0 -0
  39. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/config.json +0 -0
  40. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/Generic_OS_X.json +0 -0
  41. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/Joystick.json +0 -0
  42. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS3_Mode_1.json +0 -0
  43. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS3_Mode_2.json +0 -0
  44. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS3_Mode_3.json +0 -0
  45. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS4_Mode_1.json +0 -0
  46. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS4_Mode_2.json +0 -0
  47. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/PS4_shoulder_btns_yaw.json +0 -0
  48. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/input/xbox360_mode1.json +0 -0
  49. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/configs/log/stabilizer.json +0 -0
  50. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/gui.py +0 -0
  51. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/headless.py +0 -0
  52. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/resources/map.html +0 -0
  53. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/resources/map.js +0 -0
  54. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/__init__.py +0 -0
  55. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/connectivity_manager.py +0 -0
  56. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/__init__.py +0 -0
  57. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/about.py +0 -0
  58. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/about.ui +0 -0
  59. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/anchor_position_dialog.py +0 -0
  60. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/anchor_position_dialog.ui +0 -0
  61. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/basestation_mode_dialog.py +0 -0
  62. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/basestation_mode_dialog.ui +0 -0
  63. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/bootloader.py +0 -0
  64. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/bootloader.ui +0 -0
  65. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/cf2config.py +0 -0
  66. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/cf2config.ui +0 -0
  67. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/inputconfigdialogue.ui +0 -0
  68. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.py +0 -0
  69. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.ui +0 -0
  70. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.py +0 -0
  71. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.ui +0 -0
  72. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/logconfigdialogue.py +0 -0
  73. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/dialogs/logconfigdialogue.ui +0 -0
  74. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/icons/checkmark_black.png +0 -0
  75. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/icons/checkmark_white.png +0 -0
  76. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/icons/create.png +0 -0
  77. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/icons/delete.png +0 -0
  78. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/icons/icon-256.png +0 -0
  79. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/main.py +0 -0
  80. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/main.ui +0 -0
  81. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/pluginhelper.py +0 -0
  82. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/pose_logger.py +0 -0
  83. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tab_toolbox.py +0 -0
  84. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/ConsoleTab.py +0 -0
  85. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/CrtpSharkToolbox.py +0 -0
  86. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/ExampleTab.py +0 -0
  87. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/GpsTab.py +0 -0
  88. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/LEDTab.py +0 -0
  89. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/LogBlockDebugTab.py +0 -0
  90. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/LogBlockTab.py +0 -0
  91. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/LogClientTab.py +0 -0
  92. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/LogTab.py +0 -0
  93. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/PlotTab.py +0 -0
  94. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/TuningTab.py +0 -0
  95. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/__init__.py +0 -0
  96. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/consoleTab.ui +0 -0
  97. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/crtpSharkToolbox.ui +0 -0
  98. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/exampleTab.ui +0 -0
  99. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/flightActionContainer.ui +0 -0
  100. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/flightTab.ui +0 -0
  101. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/gpsTab.ui +0 -0
  102. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/ledTab.ui +0 -0
  103. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/lighthouse_tab.py +0 -0
  104. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/lighthouse_tab.ui +0 -0
  105. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/locopositioning_tab.py +0 -0
  106. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/locopositioning_tab.ui +0 -0
  107. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/logBlockDebugTab.ui +0 -0
  108. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/logBlockTab.ui +0 -0
  109. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/logClientTab.ui +0 -0
  110. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/logTab.ui +0 -0
  111. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/plotTab.ui +0 -0
  112. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/tabs/tuningTab.ui +0 -0
  113. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/__init__.py +0 -0
  114. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/ai.py +0 -0
  115. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/hexspinbox.py +0 -0
  116. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/widgets/super_slider.py +0 -0
  117. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/__init__.py +0 -0
  118. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/bslh_1.png +0 -0
  119. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/bslh_2.png +0 -0
  120. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/bslh_3.png +0 -0
  121. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/bslh_4.png +0 -0
  122. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/bslh_5.png +0 -0
  123. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/ui/wizards/lighthouse_geo_bs_estimation_wizard.py +0 -0
  124. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/__init__.py +0 -0
  125. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/config.py +0 -0
  126. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/config_manager.py +0 -0
  127. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/__init__.py +0 -0
  128. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputinterfaces/__init__.py +0 -0
  129. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputinterfaces/leapmotion.py +0 -0
  130. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputinterfaces/wiimote.py +0 -0
  131. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputinterfaces/zmqpull.py +0 -0
  132. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputreaderinterface.py +0 -0
  133. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputreaders/__init__.py +0 -0
  134. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputreaders/linuxjsdev.py +0 -0
  135. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/inputreaders/pysdl2.py +0 -0
  136. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/mux/__init__.py +0 -0
  137. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/mux/nomux.py +0 -0
  138. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/mux/takeovermux.py +0 -0
  139. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/input/mux/takeoverselectivemux.py +0 -0
  140. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/logdatawriter.py +0 -0
  141. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/periodictimer.py +0 -0
  142. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/singleton.py +0 -0
  143. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/ui.py +0 -0
  144. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/zmq_led_driver.py +0 -0
  145. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient/utils/zmq_param.py +0 -0
  146. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient.egg-info/dependency_links.txt +0 -0
  147. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient.egg-info/entry_points.txt +0 -0
  148. {cfclient-2024.3 → cfclient-2024.7}/src/cfclient.egg-info/top_level.txt +0 -0
  149. {cfclient-2024.3 → cfclient-2024.7}/src/cfloader/__init__.py +0 -0
  150. {cfclient-2024.3 → cfclient-2024.7}/src/cfloader/__main__.py +0 -0
  151. {cfclient-2024.3 → cfclient-2024.7}/src/cfzmq/__init__.py +0 -0
  152. {cfclient-2024.3 → cfclient-2024.7}/src/cfzmq/__main__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfclient
3
- Version: 2024.3
3
+ Version: 2024.7
4
4
  Summary: Bitcraze Cazyflie quadcopter client
5
5
  Home-page: http://www.bitcraze.io
6
6
  Author: Bitcraze team
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.4
11
11
  Classifier: Programming Language :: Python :: 3.5
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE.txt
14
- Requires-Dist: cflib>=0.1.25.1
14
+ Requires-Dist: cflib>=0.1.26
15
15
  Requires-Dist: setuptools
16
16
  Requires-Dist: appdirs~=1.4.0
17
17
  Requires-Dist: pyzmq~=25.0
@@ -90,7 +90,7 @@ setup(
90
90
  ],
91
91
  },
92
92
 
93
- install_requires=['cflib>=0.1.25.1',
93
+ install_requires=['cflib>=0.1.26',
94
94
  'setuptools',
95
95
  'appdirs~=1.4.0',
96
96
  'pyzmq~=25.0',
@@ -0,0 +1,46 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.pitch",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "controller.roll",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ },
17
+ {
18
+ "name": "controller.yaw",
19
+ "stored_as": "",
20
+ "fetch_as": "float",
21
+ "type": "TOC"
22
+ },
23
+ {
24
+ "name": "stateEstimate.pitch",
25
+ "stored_as": "",
26
+ "fetch_as": "float",
27
+ "type": "TOC"
28
+ },
29
+ {
30
+ "name": "stateEstimate.roll",
31
+ "stored_as": "",
32
+ "fetch_as": "float",
33
+ "type": "TOC"
34
+ },
35
+ {
36
+ "name": "stateEstimate.yaw",
37
+ "stored_as": "",
38
+ "fetch_as": "float",
39
+ "type": "TOC"
40
+ }
41
+ ],
42
+ "name": "Attitude",
43
+ "period": 10
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.pitchRate",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "controller.rollRate",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ },
17
+ {
18
+ "name": "controller.yawRate",
19
+ "stored_as": "",
20
+ "fetch_as": "float",
21
+ "type": "TOC"
22
+ },
23
+ {
24
+ "name": "gyro.x",
25
+ "stored_as": "",
26
+ "fetch_as": "float",
27
+ "type": "TOC"
28
+ },
29
+ {
30
+ "name": "gyro.y",
31
+ "stored_as": "",
32
+ "fetch_as": "float",
33
+ "type": "TOC"
34
+ },
35
+ {
36
+ "name": "gyro.z",
37
+ "stored_as": "",
38
+ "fetch_as": "float",
39
+ "type": "TOC"
40
+ }
41
+ ],
42
+ "name": "Attitude rate",
43
+ "period": 10
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetX",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "posCtl.targetY",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ },
17
+ {
18
+ "name": "posCtl.targetZ",
19
+ "stored_as": "",
20
+ "fetch_as": "float",
21
+ "type": "TOC"
22
+ },
23
+ {
24
+ "name": "stateEstimate.x",
25
+ "stored_as": "",
26
+ "fetch_as": "float",
27
+ "type": "TOC"
28
+ },
29
+ {
30
+ "name": "stateEstimate.y",
31
+ "stored_as": "",
32
+ "fetch_as": "float",
33
+ "type": "TOC"
34
+ },
35
+ {
36
+ "name": "stateEstimate.z",
37
+ "stored_as": "",
38
+ "fetch_as": "float",
39
+ "type": "TOC"
40
+ }
41
+ ],
42
+ "name": "Position",
43
+ "period": 10
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetVX",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "posCtl.targetVY",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ },
17
+ {
18
+ "name": "posCtl.targetVZ",
19
+ "stored_as": "",
20
+ "fetch_as": "float",
21
+ "type": "TOC"
22
+ },
23
+ {
24
+ "name": "stateEstimate.vx",
25
+ "stored_as": "",
26
+ "fetch_as": "float",
27
+ "type": "TOC"
28
+ },
29
+ {
30
+ "name": "stateEstimate.vy",
31
+ "stored_as": "",
32
+ "fetch_as": "float",
33
+ "type": "TOC"
34
+ },
35
+ {
36
+ "name": "stateEstimate.vz",
37
+ "stored_as": "",
38
+ "fetch_as": "float",
39
+ "type": "TOC"
40
+ }
41
+ ],
42
+ "name": "Velocity",
43
+ "period": 10
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.pitch",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.pitch",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Pitch",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.pitchRate",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "gyro.y",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Pitch rate",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetX",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.x",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Position x",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetY",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.y",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Position y",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetZ",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.z",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Position z",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.roll",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.roll",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Roll",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.rollRate",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "gyro.x",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Roll rate",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetVX",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.vx",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Velocity x",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetVY",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.vy",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Velocity y",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "posCtl.targetVZ",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.vz",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Velocity z",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.yaw",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "stateEstimate.yaw",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Yaw",
19
+ "period": 10
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "logconfig": {
3
+ "logblock": {
4
+ "variables": [
5
+ {
6
+ "name": "controller.yawRate",
7
+ "stored_as": "",
8
+ "fetch_as": "float",
9
+ "type": "TOC"
10
+ },
11
+ {
12
+ "name": "gyro.z",
13
+ "stored_as": "",
14
+ "fetch_as": "float",
15
+ "type": "TOC"
16
+ }
17
+ ],
18
+ "name": "Yaw rate",
19
+ "period": 10
20
+ }
21
+ }
22
+ }