Skip to main content

A python package for JHF Drone control

Project description

Description

A python package for UAV control designed by JHFDRONE

Function list of JHFDRONE

打开串口

start()

关闭串口

stop()

颜色判断

get_current_color()

获取电压

get_current_vcc()

获取高度

get_current_height()

获取二维码编号

get_id_qr_code()

获取版本号

get_version()

获取信号强度

get_wifi_strength()

获取openmv模式

get_mode_open_mv()

获取前方距离 TOF测距(前)cm

get_data_ultrason_front()

获取后方距离 TOF测距(后)cm

get_data_ultrason_back()

获取左方距离 TOF测距(左)cm

get_data_ultrason_left()

获取右方距离 TOF测距(右)cm

get_data_ultrason_right()

获取下方距离 TOF测距(下)cm

get_data_ultrason_down()

相对于[distance]号标签清除误差

current_location(distance)

解锁怠速

Unlock_uav()

初始化

init_uav()

起飞[distance]cm

take_off(distance)

设置飞行速度[speed]

set_speed(speed)

移动 --- 向 [direction] 飞[distance]cm

move_Ctrl_cm(direction, distance)

时间移动 --- 向 [direction] 飞[time]*0.01(秒)

move_Ctrl_time(direction, time)

斜线移动 --- 向[QH][qh_num][ZY][zy_num][SX]sx_num

move_slash(qh, qh_num, zy, zy_num, sx, sx_num)

旋转 --- [rotate]旋转[degree]度

rotate(rotate, degree)

环绕 --- 以无人机[QH][distance]cm [ZY][distance2]cm为中心 [rotate_direction]环绕[degree]° 用时[time]秒

fly_surround(qh, distance, zy, distance2, rotate_direction, degree, time)

灯光控制 --- 设置飞机大灯[color]色[mode]

set_light(color, mode)

4D翻滚[direction]

flip(direction)

[mode]降落——[speed]速度

landing(mode, speed)

拍一张照片照

take_photo()

激光定高[status]

set_laser(status)

定位模式[status]

set_relocation(status)

红外发射 --- 发射红外数据[status]

emit_appoint_data(status)

红外发射 --- 发射红外数据[data]

emit_data(data)

发射红外点阵 --- 红外点阵显示[color]色单个字符[nb_characters]

display_lattice(color, nb_characters)

数据回传[status]

DATA_return(status)

电磁铁[status]

set_BM(status)

舵机[degree]°

set_Servo(degree)

机械手[degree]°

set_hand(degree)

激光 --- 发射激光

emit_laser()

循线方向 --- 向[direction]循线飞行

Traverse_uav(direction)

颜色定位 --- 定位颜色[color]

point_color(color)

二维码模式 --- 切换为[mode]模式

change_mode(mode):

标签间距,根据实际场地调整,单位cm --- 二维码标签间距[distance]cm

set_spacing(distance)

期望标签 --- 飞向[distance]标签,高度[height]

fly_ID(distance, height)

定点当前标签,高度[height]cm

fly_now_id(height)

定点当前颜色块,高度[height]cm

fly_now_color(height)

颜色偏差---默认定位在[color][qh]方[nb_pixels]像素

point_location(color, qh, nb_pixels)

角度校准---飞机航向校准

calibration()

Example

# get all avilable serial port
port_name = find_serial_port()
if len(port_name) > 0:
    # creat a peripheral linking to the first available serial port
    peripheral = Peripheral(port_name[0])
    # creat a JHFDRONE object 
    drone = JHFDRONE(peripheral)
    # open the serial port
    drone.start()
    # send the instruction to initialize the tuxing uav
    drone.init_uav()
    # close the serial port
    drone.stop()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jhfdrone-0.0.1.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jhfdrone-0.0.1-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file jhfdrone-0.0.1.tar.gz.

File metadata

  • Download URL: jhfdrone-0.0.1.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.3

File hashes

Hashes for jhfdrone-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7c90e66fce0c529367a0e2d22d2b337b1ccda0d5230475f564d4bf4872aa54c4
MD5 23e743baea7f26560dbb0584f9d9abbf
BLAKE2b-256 ecf2be648f79a644d31e9508b6e85290adef740ec42836fd3e8ccba2a456ba41

See more details on using hashes here.

File details

Details for the file jhfdrone-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: jhfdrone-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.3

File hashes

Hashes for jhfdrone-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e1d7ebce54d4100eb63dfe7044d13bd0b5a9cc93ffbc6f22933d88c9d4aaa531
MD5 405f85d89a39426fcc018c0795a18cae
BLAKE2b-256 b56678dcc098a9ba91882f8ab0ad02857b050748cbf9af374111ea5b02db7b2f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page