cfclient 2024.10__tar.gz → 2024.11__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.10/src/cfclient.egg-info → cfclient-2024.11}/PKG-INFO +1 -1
  2. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/FlightTab.py +9 -12
  3. cfclient-2024.11/src/cfclient/version.json +1 -0
  4. {cfclient-2024.10 → cfclient-2024.11/src/cfclient.egg-info}/PKG-INFO +1 -1
  5. cfclient-2024.10/src/cfclient/version.json +0 -1
  6. {cfclient-2024.10 → cfclient-2024.11}/LICENSE.txt +0 -0
  7. {cfclient-2024.10 → cfclient-2024.11}/MANIFEST.in +0 -0
  8. {cfclient-2024.10 → cfclient-2024.11}/README.md +0 -0
  9. {cfclient-2024.10 → cfclient-2024.11}/gitversion.py +0 -0
  10. {cfclient-2024.10 → cfclient-2024.11}/setup.cfg +0 -0
  11. {cfclient-2024.10 → cfclient-2024.11}/setup.py +0 -0
  12. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/__init__.py +0 -0
  13. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/config.json +0 -0
  14. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/Generic_OS_X.json +0 -0
  15. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/Joystick.json +0 -0
  16. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS3_Mode_1.json +0 -0
  17. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS3_Mode_2.json +0 -0
  18. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS3_Mode_3.json +0 -0
  19. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS4_Mode_1.json +0 -0
  20. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS4_Mode_2.json +0 -0
  21. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/PS4_shoulder_btns_yaw.json +0 -0
  22. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/input/xbox360_mode1.json +0 -0
  23. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning/Attitude.json +0 -0
  24. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning/Attitude_rate.json +0 -0
  25. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning/Position.json +0 -0
  26. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning/Velocity.json +0 -0
  27. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Pitch.json +0 -0
  28. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Pitch_rate.json +0 -0
  29. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Position_x.json +0 -0
  30. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Position_y.json +0 -0
  31. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Position_z.json +0 -0
  32. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Roll.json +0 -0
  33. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Roll_rate.json +0 -0
  34. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Velocity_x.json +0 -0
  35. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Velocity_y.json +0 -0
  36. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Velocity_z.json +0 -0
  37. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Yaw.json +0 -0
  38. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/PID_tuning_components/Yaw_rate.json +0 -0
  39. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/configs/log/stabilizer.json +0 -0
  40. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/gui.py +0 -0
  41. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/headless.py +0 -0
  42. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/resources/log_param_doc.json +0 -0
  43. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/resources/map.html +0 -0
  44. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/resources/map.js +0 -0
  45. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/__init__.py +0 -0
  46. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/connectivity_manager.py +0 -0
  47. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/__init__.py +0 -0
  48. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/about.py +0 -0
  49. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/about.ui +0 -0
  50. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/anchor_position_dialog.py +0 -0
  51. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/anchor_position_dialog.ui +0 -0
  52. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/basestation_mode_dialog.py +0 -0
  53. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/basestation_mode_dialog.ui +0 -0
  54. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/bootloader.py +0 -0
  55. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/bootloader.ui +0 -0
  56. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/cf2config.py +0 -0
  57. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/cf2config.ui +0 -0
  58. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/inputconfigdialogue.py +0 -0
  59. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/inputconfigdialogue.ui +0 -0
  60. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.py +0 -0
  61. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/lighthouse_bs_geometry_dialog.ui +0 -0
  62. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.py +0 -0
  63. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/lighthouse_system_type_dialog.ui +0 -0
  64. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/logconfigdialogue.py +0 -0
  65. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/dialogs/logconfigdialogue.ui +0 -0
  66. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/icons/checkmark_black.png +0 -0
  67. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/icons/checkmark_white.png +0 -0
  68. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/icons/create.png +0 -0
  69. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/icons/delete.png +0 -0
  70. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/icons/icon-256.png +0 -0
  71. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/main.py +0 -0
  72. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/main.ui +0 -0
  73. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/pluginhelper.py +0 -0
  74. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/pose_logger.py +0 -0
  75. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tab_toolbox.py +0 -0
  76. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/ConsoleTab.py +0 -0
  77. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/CrtpSharkToolbox.py +0 -0
  78. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/ExampleTab.py +0 -0
  79. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/GpsTab.py +0 -0
  80. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/LEDTab.py +0 -0
  81. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/LogBlockDebugTab.py +0 -0
  82. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/LogBlockTab.py +0 -0
  83. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/LogClientTab.py +0 -0
  84. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/LogTab.py +0 -0
  85. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/ParamTab.py +0 -0
  86. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/PlotTab.py +0 -0
  87. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/TuningTab.py +0 -0
  88. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/__init__.py +0 -0
  89. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/consoleTab.ui +0 -0
  90. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/crtpSharkToolbox.ui +0 -0
  91. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/exampleTab.ui +0 -0
  92. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/flightActionContainer.ui +0 -0
  93. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/flightTab.ui +0 -0
  94. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/gpsTab.ui +0 -0
  95. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/ledTab.ui +0 -0
  96. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/lighthouse_tab.py +0 -0
  97. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/lighthouse_tab.ui +0 -0
  98. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/locopositioning_tab.py +0 -0
  99. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/locopositioning_tab.ui +0 -0
  100. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/logBlockDebugTab.ui +0 -0
  101. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/logBlockTab.ui +0 -0
  102. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/logClientTab.ui +0 -0
  103. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/logTab.ui +0 -0
  104. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/paramTab.ui +0 -0
  105. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/plotTab.ui +0 -0
  106. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/tabs/tuningTab.ui +0 -0
  107. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/__init__.py +0 -0
  108. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/ai.py +0 -0
  109. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/hexspinbox.py +0 -0
  110. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/plotter.ui +0 -0
  111. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/plotwidget.py +0 -0
  112. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/widgets/super_slider.py +0 -0
  113. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/__init__.py +0 -0
  114. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/bslh_1.png +0 -0
  115. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/bslh_2.png +0 -0
  116. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/bslh_3.png +0 -0
  117. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/bslh_4.png +0 -0
  118. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/bslh_5.png +0 -0
  119. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/ui/wizards/lighthouse_geo_bs_estimation_wizard.py +0 -0
  120. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/__init__.py +0 -0
  121. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/config.py +0 -0
  122. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/config_manager.py +0 -0
  123. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/__init__.py +0 -0
  124. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputinterfaces/__init__.py +0 -0
  125. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputinterfaces/leapmotion.py +0 -0
  126. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputinterfaces/wiimote.py +0 -0
  127. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputinterfaces/zmqpull.py +0 -0
  128. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputreaderinterface.py +0 -0
  129. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputreaders/__init__.py +0 -0
  130. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputreaders/linuxjsdev.py +0 -0
  131. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/inputreaders/pysdl2.py +0 -0
  132. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/mux/__init__.py +0 -0
  133. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/mux/nomux.py +0 -0
  134. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/mux/takeovermux.py +0 -0
  135. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/input/mux/takeoverselectivemux.py +0 -0
  136. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/logconfigreader.py +0 -0
  137. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/logdatawriter.py +0 -0
  138. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/periodictimer.py +0 -0
  139. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/singleton.py +0 -0
  140. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/ui.py +0 -0
  141. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/zmq_led_driver.py +0 -0
  142. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient/utils/zmq_param.py +0 -0
  143. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient.egg-info/SOURCES.txt +0 -0
  144. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient.egg-info/dependency_links.txt +0 -0
  145. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient.egg-info/entry_points.txt +0 -0
  146. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient.egg-info/requires.txt +0 -0
  147. {cfclient-2024.10 → cfclient-2024.11}/src/cfclient.egg-info/top_level.txt +0 -0
  148. {cfclient-2024.10 → cfclient-2024.11}/src/cfloader/__init__.py +0 -0
  149. {cfclient-2024.10 → cfclient-2024.11}/src/cfloader/__main__.py +0 -0
  150. {cfclient-2024.10 → cfclient-2024.11}/src/cfzmq/__init__.py +0 -0
  151. {cfclient-2024.10 → cfclient-2024.11}/src/cfzmq/__main__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfclient
3
- Version: 2024.10
3
+ Version: 2024.11
4
4
  Summary: Bitcraze Cazyflie quadcopter client
5
5
  Home-page: http://www.bitcraze.io
6
6
  Author: Bitcraze team
@@ -138,7 +138,7 @@ class FlightTab(TabToolbox, flight_tab_class):
138
138
  self._emergency_stop_updated_signal.connect(self.updateEmergencyStop)
139
139
  self._helper.inputDeviceReader.emergency_stop_updated.add_callback(
140
140
  self._emergency_stop_updated_signal.emit)
141
- self._arm_updated_signal.connect(self.updateArm)
141
+ self._arm_updated_signal.connect(lambda: self.updateArm(from_controller=True))
142
142
  self._helper.inputDeviceReader.arm_updated.add_callback(self._arm_updated_signal.emit)
143
143
 
144
144
  self._helper.inputDeviceReader.heighthold_input_updated.add_callback(
@@ -638,19 +638,16 @@ class FlightTab(TabToolbox, flight_tab_class):
638
638
  else:
639
639
  self.setMotorLabelsEnabled(True)
640
640
 
641
- def updateArm(self):
642
- if self._is_flying():
641
+ def updateArm(self, from_controller=False):
642
+ if self._is_flying() and not from_controller:
643
643
  self._helper.cf.loc.send_emergency_stop()
644
- # TODO krri disarm?
645
- if self._is_crashed():
644
+ elif self._is_crashed():
646
645
  self._helper.cf.platform.send_crash_recovery_request()
647
- else:
648
- if self._is_armed():
649
- self._helper.cf.platform.send_arming_request(False)
650
- else:
651
- if self._can_arm():
652
- self.armButton.setStyleSheet("background-color: orange")
653
- self._helper.cf.platform.send_arming_request(True)
646
+ elif self._is_armed():
647
+ self._helper.cf.platform.send_arming_request(False)
648
+ elif self._can_arm():
649
+ self.armButton.setStyleSheet("background-color: orange")
650
+ self._helper.cf.platform.send_arming_request(True)
654
651
 
655
652
  def flightmodeChange(self, item):
656
653
  Config().set("flightmode", str(self.flightModeCombo.itemText(item)))
@@ -0,0 +1 @@
1
+ {"version": "2024.11"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfclient
3
- Version: 2024.10
3
+ Version: 2024.11
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.10"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes