cfclient 2024.7rc1__tar.gz → 2024.7.1__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 (151) hide show
  1. {cfclient-2024.7rc1/src/cfclient.egg-info → cfclient-2024.7.1}/PKG-INFO +1 -1
  2. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/plotwidget.py +2 -2
  3. cfclient-2024.7.1/src/cfclient/version.json +1 -0
  4. {cfclient-2024.7rc1 → cfclient-2024.7.1/src/cfclient.egg-info}/PKG-INFO +1 -1
  5. cfclient-2024.7rc1/src/cfclient/version.json +0 -1
  6. {cfclient-2024.7rc1 → cfclient-2024.7.1}/LICENSE.txt +0 -0
  7. {cfclient-2024.7rc1 → cfclient-2024.7.1}/MANIFEST.in +0 -0
  8. {cfclient-2024.7rc1 → cfclient-2024.7.1}/README.md +0 -0
  9. {cfclient-2024.7rc1 → cfclient-2024.7.1}/gitversion.py +0 -0
  10. {cfclient-2024.7rc1 → cfclient-2024.7.1}/setup.cfg +0 -0
  11. {cfclient-2024.7rc1 → cfclient-2024.7.1}/setup.py +0 -0
  12. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/__init__.py +0 -0
  13. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/config.json +0 -0
  14. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/Generic_OS_X.json +0 -0
  15. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/Joystick.json +0 -0
  16. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS3_Mode_1.json +0 -0
  17. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS3_Mode_2.json +0 -0
  18. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS3_Mode_3.json +0 -0
  19. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS4_Mode_1.json +0 -0
  20. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS4_Mode_2.json +0 -0
  21. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/PS4_shoulder_btns_yaw.json +0 -0
  22. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/input/xbox360_mode1.json +0 -0
  23. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning/Attitude.json +0 -0
  24. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning/Attitude_rate.json +0 -0
  25. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning/Position.json +0 -0
  26. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning/Velocity.json +0 -0
  27. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Pitch.json +0 -0
  28. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Pitch_rate.json +0 -0
  29. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Position_x.json +0 -0
  30. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Position_y.json +0 -0
  31. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Position_z.json +0 -0
  32. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Roll.json +0 -0
  33. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Roll_rate.json +0 -0
  34. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Velocity_x.json +0 -0
  35. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Velocity_y.json +0 -0
  36. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Velocity_z.json +0 -0
  37. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Yaw.json +0 -0
  38. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/PID_tuning_components/Yaw_rate.json +0 -0
  39. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/configs/log/stabilizer.json +0 -0
  40. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/gui.py +0 -0
  41. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/headless.py +0 -0
  42. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/resources/log_param_doc.json +0 -0
  43. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/resources/map.html +0 -0
  44. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/resources/map.js +0 -0
  45. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/__init__.py +0 -0
  46. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/connectivity_manager.py +0 -0
  47. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/__init__.py +0 -0
  48. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/about.py +0 -0
  49. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/about.ui +0 -0
  50. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/anchor_position_dialog.py +0 -0
  51. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/anchor_position_dialog.ui +0 -0
  52. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/basestation_mode_dialog.py +0 -0
  53. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/basestation_mode_dialog.ui +0 -0
  54. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/bootloader.py +0 -0
  55. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/bootloader.ui +0 -0
  56. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/cf2config.py +0 -0
  57. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/cf2config.ui +0 -0
  58. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/inputconfigdialogue.py +0 -0
  59. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/inputconfigdialogue.ui +0 -0
  60. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.py +0 -0
  61. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.ui +0 -0
  62. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.py +0 -0
  63. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.ui +0 -0
  64. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/logconfigdialogue.py +0 -0
  65. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/dialogs/logconfigdialogue.ui +0 -0
  66. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/icons/checkmark_black.png +0 -0
  67. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/icons/checkmark_white.png +0 -0
  68. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/icons/create.png +0 -0
  69. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/icons/delete.png +0 -0
  70. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/icons/icon-256.png +0 -0
  71. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/main.py +0 -0
  72. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/main.ui +0 -0
  73. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/pluginhelper.py +0 -0
  74. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/pose_logger.py +0 -0
  75. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tab_toolbox.py +0 -0
  76. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/ConsoleTab.py +0 -0
  77. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/CrtpSharkToolbox.py +0 -0
  78. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/ExampleTab.py +0 -0
  79. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/FlightTab.py +0 -0
  80. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/GpsTab.py +0 -0
  81. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/LEDTab.py +0 -0
  82. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/LogBlockDebugTab.py +0 -0
  83. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/LogBlockTab.py +0 -0
  84. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/LogClientTab.py +0 -0
  85. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/LogTab.py +0 -0
  86. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/ParamTab.py +0 -0
  87. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/PlotTab.py +0 -0
  88. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/TuningTab.py +0 -0
  89. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/__init__.py +0 -0
  90. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/consoleTab.ui +0 -0
  91. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/crtpSharkToolbox.ui +0 -0
  92. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/exampleTab.ui +0 -0
  93. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/flightActionContainer.ui +0 -0
  94. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/flightTab.ui +0 -0
  95. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/gpsTab.ui +0 -0
  96. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/ledTab.ui +0 -0
  97. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/lighthouse_tab.py +0 -0
  98. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/lighthouse_tab.ui +0 -0
  99. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/locopositioning_tab.py +0 -0
  100. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/locopositioning_tab.ui +0 -0
  101. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/logBlockDebugTab.ui +0 -0
  102. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/logBlockTab.ui +0 -0
  103. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/logClientTab.ui +0 -0
  104. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/logTab.ui +0 -0
  105. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/paramTab.ui +0 -0
  106. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/plotTab.ui +0 -0
  107. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/tabs/tuningTab.ui +0 -0
  108. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/__init__.py +0 -0
  109. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/ai.py +0 -0
  110. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/hexspinbox.py +0 -0
  111. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/plotter.ui +0 -0
  112. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/widgets/super_slider.py +0 -0
  113. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/__init__.py +0 -0
  114. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/bslh_1.png +0 -0
  115. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/bslh_2.png +0 -0
  116. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/bslh_3.png +0 -0
  117. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/bslh_4.png +0 -0
  118. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/bslh_5.png +0 -0
  119. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/ui/wizards/lighthouse_geo_bs_estimation_wizard.py +0 -0
  120. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/__init__.py +0 -0
  121. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/config.py +0 -0
  122. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/config_manager.py +0 -0
  123. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/__init__.py +0 -0
  124. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputinterfaces/__init__.py +0 -0
  125. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputinterfaces/leapmotion.py +0 -0
  126. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputinterfaces/wiimote.py +0 -0
  127. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputinterfaces/zmqpull.py +0 -0
  128. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputreaderinterface.py +0 -0
  129. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputreaders/__init__.py +0 -0
  130. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputreaders/linuxjsdev.py +0 -0
  131. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/inputreaders/pysdl2.py +0 -0
  132. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/mux/__init__.py +0 -0
  133. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/mux/nomux.py +0 -0
  134. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/mux/takeovermux.py +0 -0
  135. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/input/mux/takeoverselectivemux.py +0 -0
  136. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/logconfigreader.py +0 -0
  137. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/logdatawriter.py +0 -0
  138. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/periodictimer.py +0 -0
  139. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/singleton.py +0 -0
  140. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/ui.py +0 -0
  141. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/zmq_led_driver.py +0 -0
  142. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient/utils/zmq_param.py +0 -0
  143. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient.egg-info/SOURCES.txt +0 -0
  144. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient.egg-info/dependency_links.txt +0 -0
  145. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient.egg-info/entry_points.txt +0 -0
  146. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient.egg-info/requires.txt +0 -0
  147. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfclient.egg-info/top_level.txt +0 -0
  148. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfloader/__init__.py +0 -0
  149. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfloader/__main__.py +0 -0
  150. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfzmq/__init__.py +0 -0
  151. {cfclient-2024.7rc1 → cfclient-2024.7.1}/src/cfzmq/__main__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfclient
3
- Version: 2024.7rc1
3
+ Version: 2024.7.1
4
4
  Summary: Bitcraze Cazyflie quadcopter client
5
5
  Home-page: http://www.bitcraze.io
6
6
  Author: Bitcraze team
@@ -159,7 +159,8 @@ class PlotWidget(QtWidgets.QWidget, plot_widget_class):
159
159
  self._first_ts = None
160
160
 
161
161
  self._x_range = (
162
- float(self._range_x_min.text()), float(self._range_x_max.text()))
162
+ float(self._range_x_min.text().replace(',', '.')), float(self._range_x_max.text().replace(',', '.'))
163
+ )
163
164
  self._nbr_samples = int(self._nbr_of_samples_x.text())
164
165
  self._nbr_of_samples_x.valueChanged.connect(self._nbr_samples_changed)
165
166
  self._nbr_seconds = int(self._nbr_of_seconds_x.text())
@@ -302,7 +303,6 @@ class PlotWidget(QtWidgets.QWidget, plot_widget_class):
302
303
  elif self._enable_seconds_x.isChecked():
303
304
  x_min_limit = max(0, int(((self._last_ts - self._first_ts) - self._nbr_seconds * 1000.) / self._dtime))
304
305
  x_max_limit = max(0, self._last_item)
305
- print(self._first_ts, x_min_limit, x_max_limit, self._dtime, self._nbr_seconds)
306
306
  self._range_x_min.setValue((self._first_ts + x_min_limit * self._dtime)/1000.)
307
307
  self._range_x_max.setValue((self._first_ts + x_min_limit * self._dtime)/1000. + self._nbr_seconds)
308
308
  elif self._enable_range_x.isChecked():
@@ -0,0 +1 @@
1
+ {"version": "2024.7.1"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfclient
3
- Version: 2024.7rc1
3
+ Version: 2024.7.1
4
4
  Summary: Bitcraze Cazyflie quadcopter client
5
5
  Home-page: http://www.bitcraze.io
6
6
  Author: Bitcraze team
@@ -1 +0,0 @@
1
- {"version": "2024.7rc1"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes