pyaidrone 1.4__tar.gz → 1.6__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 pyaidrone might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyaidrone
3
- Version: 1.4
3
+ Version: 1.6
4
4
  Summary: Library for AIDrone Products
5
5
  Home-page: http://www.ir-brain.com
6
6
  Author: IR-Brain
@@ -21,8 +21,7 @@ class AIDrone(Parse, Packet):
21
21
  self.makepkt.clearPacket()
22
22
  self.posX = 0
23
23
  self.posY = 0
24
- self.rot = 0
25
-
24
+ self.rot = 0
26
25
 
27
26
 
28
27
  def receiveHandler(self):
@@ -40,7 +40,6 @@ class Parse:
40
40
  self.offset = 0
41
41
  chksum = DefLib.checksum(self.packet)
42
42
  if chksum == self.packet[5]:
43
- self.parseSensorData(slef.packet)
44
43
  return self.packet
45
44
  return "None"
46
45
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyaidrone
3
- Version: 1.4
3
+ Version: 1.6
4
4
  Summary: Library for AIDrone Products
5
5
  Home-page: http://www.ir-brain.com
6
6
  Author: IR-Brain
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pyaidrone",
5
- version="1.4",
5
+ version="1.6",
6
6
  description="Library for AIDrone Products",
7
7
  long_description=open("README.md").read(), # README.md 내용을 long_description으로 사용
8
8
  long_description_content_type="text/markdown", # README 파일이 markdown 형식임을 지정
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes