CN103529850A - Control method of two-wheeled self-balance vehicle - Google Patents

Control method of two-wheeled self-balance vehicle Download PDF

Info

Publication number
CN103529850A
CN103529850A CN201310516158.XA CN201310516158A CN103529850A CN 103529850 A CN103529850 A CN 103529850A CN 201310516158 A CN201310516158 A CN 201310516158A CN 103529850 A CN103529850 A CN 103529850A
Authority
CN
China
Prior art keywords
speed
gyroscope
accelerometer
pwm
vehicle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310516158.XA
Other languages
Chinese (zh)
Other versions
CN103529850B (en
Inventor
姜立标
翟伟良
姜思羽
张可然
赵誉洲
梁启麟
梁俊
杨剑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou College of South China University of Technology
Original Assignee
Guangzhou College of South China University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou College of South China University of Technology filed Critical Guangzhou College of South China University of Technology
Priority to CN201310516158.XA priority Critical patent/CN103529850B/en
Publication of CN103529850A publication Critical patent/CN103529850A/en
Application granted granted Critical
Publication of CN103529850B publication Critical patent/CN103529850B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

A control method of a two-wheeled self-balance vehicle comprises the steps as follows: (1), performing initialization: (2), reading values of a gyroscope, an accelerometer and a rotation angle sensor as well as the pulse number of an encoder respectively; (3), obtaining a vehicle body inclination, a handlebar turning angle, motor speeds and a vehicle speed; (4), then calculating PWM (pulse width modulation) values of vertical control, direction control and speed control respectively through a PID (proportion integration differentiation) control algorithm; (5), superposing the three PWM values together and outputting the three PWM values to left and right motors; (6), then sending data of the gyroscope, the accelerometer, the vehicle body inclination, a battery voltage, motor currents and the vehicle speed to an upper computer so as to monitor the operating status of the whole vehicle; (7), when the battery voltage is monitored to be smaller than a preset value, and the motor currents or the vehicle speed is monitored to be larger than the preset value through monitoring, turning on corresponding LED warning lights; and (8), when the vehicle body inclination is larger than a preset angle through monitoring when the vehicle body inclination is monitored to be larger than a preset angle, determining that the vehicle body falls down, stopping the operation and returning to an initializer. According to the control method, a more accurate operational method is adopted.

Description

Double-wheel self-balancing car control method
Technical field
The present invention relates to double-wheel self-balancing car, especially double-wheel self-balancing car control method.
Background technology
Self-balance electric vehicle self-poise operation principles is to be mainly based upon in the ultimate principle of a kind of being called as " dynamic stability " (Dynamic Stabilization), namely the self-poise ability of vehicle itself.With built-in accurate solid-state gyroscope (Solid-State Gyroscopes), judge the residing posture state of vehicle body, see through central microprocessor accurate and high speed and calculate after suitable instruction, CD-ROM drive motor is accomplished the effect of balance.Current balance car allows user arbitrarily to rock when riding, and the control system on it can automatically be carried out drive motor processing and be carried out balance correction; Due to the algorithm errors of existing control system, cause the time of drive motor balance correction longer, the risk that the Self-Balancing vehicle of this type is existed is in use larger.
Summary of the invention
For solving the problems of the technologies described above, technical scheme of the present invention is: a kind of double-wheel self-balancing car control method, comprises the following steps:
(1) double-wheel self-balancing car powers on after operation, and first system enters each initialize routine, comprise phaselocked loop initialization, AD conversion initialization, timer initialization, PWM initialization with and port initialization;
(2) after then time delay 1s waiting system is stablized, then read gyroscope, accelerometer and rotary angle transmitter initial value, then time delay 1s waits for that parameter changes;
(3) program setting 1ms interrupt function, uprightly controlling, direction is controlled and speed is controlled during being all placed on and carried out simultaneously; When 1ms interrupts producing, read respectively the value of gyroscope, accelerometer and rotary angle transmitter and the pulse number of scrambler;
(4) by Kalman filtering, carry out gyroscope and accelerometer data fused filtering, ask for car body inclination angle; Value by rotary angle transmitter is calculated handlebar corner; Pulse number by scrambler calculates motor speed and the speed of a motor vehicle;
(5) then by pid control algorithm, calculate respectively the PWM value that upright control, direction control and speed are controlled;
(6) three PWM values are superimposed and export to left and right motor;
(7) data that then send gyroscope, accelerometer, car body inclination angle, cell voltage, current of electric and the speed of a motor vehicle are to host computer, to monitor the running status of car load;
(8) when monitoring cell voltage and be greater than preset value lower than preset value, current of electric or the speed of a motor vehicle, open corresponding LED warning lamp; When monitoring car body inclination angle and be greater than preset angles, be just judged to be car body and fall, and out of service, come back in the middle of initialize routine.
The beneficial effect that the present invention compared with prior art brought is:
The present invention adopts more accurate operational method, makes the time of drive motor balance correction shorter, reduces the risk that Self-Balancing vehicle exists in use.
Accompanying drawing explanation
Fig. 1 is control flow chart of the present invention.
Embodiment
Below in conjunction with Figure of description, the invention will be further described.
As shown in Figure 1, a kind of double-wheel self-balancing car control method, comprises the following steps:
(1) double-wheel self-balancing car powers on after operation, and first system enters each initialize routine, comprise phaselocked loop initialization, AD conversion initialization, timer initialization, PWM initialization with and port initialization;
(2) after then time delay 1s waiting system is stablized, then read gyroscope, accelerometer and rotary angle transmitter initial value, then time delay 1s waits for that parameter changes;
(3) program setting 1ms interrupt function, uprightly controlling, direction is controlled and speed is controlled during being all placed on and carried out simultaneously; When 1ms interrupts producing, read respectively the value of gyroscope, accelerometer and rotary angle transmitter and the pulse number of scrambler;
(4) by Kalman filtering, carry out gyroscope and accelerometer data fused filtering, ask for car body inclination angle; Value by rotary angle transmitter is calculated handlebar corner; Pulse number by scrambler calculates motor speed and the speed of a motor vehicle;
(5) then by pid control algorithm, calculate respectively the PWM value that upright control, direction control and speed are controlled;
(6) three PWM values are superimposed and export to left and right motor;
(7) data that then send gyroscope, accelerometer, car body inclination angle, cell voltage, current of electric and the speed of a motor vehicle are to host computer, to monitor the running status of car load;
(8) when monitoring cell voltage and be greater than preset value lower than preset value, current of electric or the speed of a motor vehicle, open corresponding LED warning lamp; When monitoring car body inclination angle and be greater than preset angles, be just judged to be car body and fall, and out of service, come back in the middle of initialize routine.
Correlation value calculation aa+=P_enc*enc_anglespeed*dt*0.001+ (1-P_enc) * (acc_angle-angle); Calculate at // inclination angle;
Aa: the inclination angle that gyroscope and accelerometer draw after merging;
P_enc: scale-up factor;
Enc_angkespeed: gyrostatic AD value;
Dt: gyroscope integral time;
Acc_angle: angular velocity AD value;
Angle: inclination angle.
PWM_angle=(int) (pp*angle+D_angle*enc_anglespeed); // upright PWM calculates;
PP: scale-up factor;
D_angle: differential coefficient;
PWM_angle: upright PWM value.
PWM_turn=(int) (P_turn*turn); // turn to PWM to calculate;
P_turn: ratio of turning coefficient;
Turn: the AD value of rotation direction sensor;
PWM_turn; Turn to PWM value.
1, each parts parameter designing and calculating of double-wheel self-balancing car
The single shaft electric motor car parameter designing of riding instead of walk is mainly to determine that general structure size, mass parameter, Specifeca tion speeification, motor nominal parameter, ratio of gear size, battery capacity are big or small etc.
1.1, complete vehicle structure parameter
(1) contour dimension
What scooter was focused on is portable, dirigibility, and car body is similar at ground projected area and people's shoulder breadth.Therefore, just fixed whole contour dimension is long 680mm, wide 360mm, and high 1140mm, wherein step height is 250mm.
(2) wheelspan
For scooter, wheelspan change main with have influence on roll stiffness.Increase wheelspan, be conducive to increase roll stiffness, lateral stability is good, but what follow is the increase of car load length and quality.Therefore, considering rear selection wheelspan is 600mm.
(3) mass parameter
Scooter quality accounting maximum be lithium battery group, motor, speed reduction unit and wheel, quality is larger, power consumption is more, thereby reduces the mileage that cruises.In order to control mass value, body part has adopted truss structure, and pedal and car shell adopt carbon fiber structural, guarantee that the while attractive in appearance alleviates complete vehicle quality to greatest extent.
Because the detailed quality of each parts is not known, complete vehicle curb weight cannot accurately obtain.But for from energy-conserving and environment-protective, flexible light, complete vehicle curb weight is just elected 40kg as, and mounted mass is 100kg.(4) Specifeca tion speeification
According to investigation, general scooter max. speed is 15-25km/h, and to accelerate to the max. speed time used be 2-5s from static, and the highest gradient that can climb up is 15-30 °; Therefore determine that the single shaft electric motor car dynamic property parameter of riding instead of walk is: max. speed 20km/h, acceleration time 3s, 20 ° of max. climb slope.Because scooter is as short distance running vehicle, the speed of a motor vehicle is unsuitable too high, otherwise easily causes instability, reduces safety coefficient; Acceleration time is at mild cement pavement, to accelerate to continuously the max. speed time used under the inclination angle allowing at car body, and scooter is quick on the draw, general with seldom the time just can reach high-speed cruising state; Scooter is that level road use is more, and occasional runs into upward slope situation, thereby sets 20 ° of maximum climbing attitudes, to meet the demand of different crowd.
Because scooter left and right motor all can independently be controlled, by control system, realize and turn to differential control, so minimal curve radius is zero, maneuverability.
1.2, the parameter of electric machine
All actions of scooter are all to be completed by motor, and the parameter of electric machine is determined very crucial, must select suitable motor to meet car load request for utilization.Power of motor is larger, and dynamic property is better, but is also accompanied by mass penalty, volume increase, price increase.Therefore, motor parameters key is to determine the rated power of motor.
Scooter is herein declared working condition while take max. speed operation, power demand:
P = 1 η ( G fu a 3600 + C D Au a 3 76140 )
(2-1)
Wherein, η is transmission efficiency, and G is the gravity (N) acting on automobile, and f is coefficient of rolling resistance, u afor max. speed (km/h), C dfor coefficient of air resistance; A is front face area (m 2): when scooter is unloaded, G=40 * 9.8N, f=0.012, C d=0.3, A=1.2m 2, u a=20km/h, η=0.95
P = 1 0.95 ( 40 × 9.8 × 0.012 × 20 3600 + 0.3 × 1.2 × 20 3 76140 ) = 0.094 kW
Scooter full load, G=140 * 9.8N, f=0.012, C d=0.3, A=2m 2, u a=20km/h, η=0.95
P = 1 0.95 ( 140 × 9.8 × 0.012 × 20 3600 + 0.3 × 2 × 20 3 76140 ) = 0.163 kW
But scooter can both keep the key of balance to be that the stand-by power of motor is enough large at any time, empirical evidence, the rated power of motor must be to calculate the more than 3 times of power demand.Therefore, selected direct current generator major parameter is herein: rated voltage 24V, rated power 500W, rated speed 4500r/min, nominal torque 1.06Nm.
1.3, ratio of gear
By relation between car load max. speed and motor rated speed, determine ratio of gear.Tire outside diameter is 14in herein, tables look-up and can obtain vehicle wheel roll radius r=180mm, max. speed v=20km/h=333.3m/min, wheel circumference C=2 π r=2 * 3.14 * 0.18=1.13m(2-2)
Wheel rated speed=
Figure BDA0000403011520000063
(2-3)
Ratio of gear i = 4500 294.9 ≈ 15 (2-4)
1.4, lithium ion battery
Lithium ion battery parameter determines that key is battery capacity size, can obtain by the car load mileage calculation that cruises.Because various factorss such as being subject to temperature, humidity, battery material, service condition affects, the impossible full capacity of battery, more impossible electric discharge completely, will quit work to certain voltage.Therefore, set battery capacity availability coefficient λ=0.8 during calculating.
When scooter moves in max. speed, electric current
Figure BDA0000403011520000065
(2-5)
The mileage that cruises is 35km required time (2-6)
Battery capacity is Q = It λ = 6.79 × 1.75 0.8 = 14.85 Ah (2-7)
Therefore, select the lithium battery group of 24V15Ah series connection assembling.
2, dynamic property is checked
2.1, the acceleration time checks
Calculate below under rated voltage, scooter is from the static required time t of max. speed that accelerates to, and derivation is as follows in detail:
Motor speed
Figure BDA0000403011520000073
(2-8)
Motor output torque
Figure BDA0000403011520000074
(2-9)
Wheel drive torque
Figure BDA0000403011520000075
(2-10)
Can obtain car load acceleration:
a = du dt = F m = T t / r - Gf m = 318.3 P N πη u - mgf m (2-11)
Arrange:
du dt = 318.3 × 3.14 × 0.5 × 2 × 0.95 140 u - 0.012 × 9.8 = 6.78 u - 0.12 (2-12)
Above formula both sides while integration is obtained:
∫ dt = ∫ u 6.78 - 0.12 u du (2-13)
That is:
t = ∫ 0 5.6 u 6.78 - 0.12 u du (2-14)
Order m = u 6.78 - 0.12 u , ? u = 6.78 - m m , du = - 8.33 dm
t = 8.33 ∫ 6.1 6.8 6.78 - m 0.12 m dm = 8.33 × ( 56.5 ln m - 8.33 m | 6.1 6.8 ) = 2.4 s (2-15)
As can be seen here, the single shaft electric motor car of riding instead of walk of design herein, at the dry cement pavement of level, starts to accelerate to max. speed 20km/h from static, and the acceleration time is 2.4s, is less than preset value 3s, and dynamic property is good.
2.2, max. climb slope is checked
When scooter goes up a slope, mainly stressed is resistance to rolling, grade resistance and driving force effect, and wherein resistance to rolling is F f=Gfcos α (2-16)
Grade resistance is F i=Gsin α (2-17)
Motor nominal torque T N = 9550 P N n N = 9550 0.5 4500 = 1.06 Nm (2-18)
Motor maximum torque T max=λ T n(2-19)
Wherein, λ is overload factor, is generally 1.8-2.2, gets λ=2;
T max=λT N=2×1.06=2.12Nm
Owing to asking max. climb slope, scooter at the uniform velocity advances, by stress balance, obtained:
F t=F f+F i(2-20)
Be G (fcos α+sin α)=F t(2-21)
Arrange:
cos α + 50 sin α = 335.7 × 50 140 × 9.8 = 12.2 (2-22)
cos α 1 + 50 2 + 50 sin α 1 + 50 2 = 12.2 1 + 50 2 (2-23)
Order sin β = 1 1 + 50 2 , cos β 50 1 + 50 2 , :
sin β cos α + cos β sin α = 12.2 1 + 50 2 (2-24)
sin ( α + β ) = 12.2 1 + 50 2 (2-25)
Solve α + β = arcsin ( 12.2 1 + 50 2 ) = 25.3 .
β = arcsin ( 1 1 + 50 2 ) = 1.15 .
Max. climb slope α=alpha+beta-β=25.3-1.15=24.15 ° (2-26)
Therefore, max. climb slope is larger than 20 ° of preset values, meets the demands.

Claims (1)

1. a double-wheel self-balancing car control method, is characterized in that, comprises the following steps:
(1) double-wheel self-balancing car powers on after operation, and first system enters each initialize routine, comprise phaselocked loop initialization, AD conversion initialization, timer initialization, PWM initialization with and port initialization;
(2) after then time delay 1s waiting system is stablized, then read gyroscope, accelerometer and rotary angle transmitter initial value, then time delay 1s waits for that parameter changes;
(3) program setting 1ms interrupt function, uprightly controlling, direction is controlled and speed is controlled during being all placed on and carried out simultaneously; When 1ms interrupts producing, read respectively the value of gyroscope, accelerometer and rotary angle transmitter and the pulse number of scrambler;
(4) by Kalman filtering, carry out gyroscope and accelerometer data fused filtering, ask for car body inclination angle; Value by rotary angle transmitter is calculated handlebar corner; Pulse number by scrambler calculates motor speed and the speed of a motor vehicle;
(5) then by pid control algorithm, calculate respectively the PWM value that upright control, direction control and speed are controlled;
(6) three PWM values are superimposed and export to left and right motor;
(7) data that then send gyroscope, accelerometer, car body inclination angle, cell voltage, current of electric and the speed of a motor vehicle are to host computer, to monitor the running status of car load;
(8) when monitoring cell voltage and be greater than preset value lower than preset value, current of electric or the speed of a motor vehicle, open corresponding LED warning lamp; When monitoring car body inclination angle and be greater than preset angles, be just judged to be car body and fall, and out of service, come back in the middle of initialize routine.
CN201310516158.XA 2013-10-28 2013-10-28 Double-wheel self-balancing car control method Expired - Fee Related CN103529850B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310516158.XA CN103529850B (en) 2013-10-28 2013-10-28 Double-wheel self-balancing car control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310516158.XA CN103529850B (en) 2013-10-28 2013-10-28 Double-wheel self-balancing car control method

Publications (2)

Publication Number Publication Date
CN103529850A true CN103529850A (en) 2014-01-22
CN103529850B CN103529850B (en) 2016-11-16

Family

ID=49931937

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310516158.XA Expired - Fee Related CN103529850B (en) 2013-10-28 2013-10-28 Double-wheel self-balancing car control method

Country Status (1)

Country Link
CN (1) CN103529850B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103753557A (en) * 2014-02-14 2014-04-30 上海创绘机器人科技有限公司 Self-balance control method of movable type inverted pendulum system and self-balance vehicle intelligent control system
CN103792946A (en) * 2014-02-14 2014-05-14 上海创绘机器人科技有限公司 Signal processing method for motion type inverted pendulum system control and intelligent self-balancing vehicle signal control system
CN104014123A (en) * 2014-06-13 2014-09-03 杭州骑客智能科技有限公司 Longitudinal double-wheel vehicle body
CN104163222A (en) * 2014-07-25 2014-11-26 祝珍海 Steering control method for self-balancing two-wheeled vehicle
CN104932505A (en) * 2015-06-08 2015-09-23 华南理工大学 Automatic navigation system based on camera detection, control method of system and vertical balance car
CN104943786A (en) * 2015-06-29 2015-09-30 深圳市宝乐机器人技术有限公司 Automatic safety protection method for two-wheeled balance car
CN104999925A (en) * 2015-07-23 2015-10-28 北京锐安科技有限公司 Control method and device of balance car
CN105116729A (en) * 2015-08-17 2015-12-02 杭州电子科技大学 A two-wheeled self-balance robot self-adaptive sliding mode changing structure control method and system
CN105501356A (en) * 2016-01-15 2016-04-20 厉学战 Two-wheel balance car
CN105644674A (en) * 2016-03-21 2016-06-08 杭州骑客智能科技有限公司 Master control board of human-machine interactive sports car and control system of human-machine interactive sports car
CN105667661A (en) * 2016-01-29 2016-06-15 何武 Electric balance vehicle and resetting method thereof
CN105667424A (en) * 2016-03-01 2016-06-15 北京小米移动软件有限公司 Control method and device for vehicle and vehicle
CN106094850A (en) * 2016-06-16 2016-11-09 永康市恒钻电子有限公司 A kind of balance car human body sensing mechanism and anti-interference method thereof
CN106444798A (en) * 2015-08-10 2017-02-22 上海慧流云计算科技有限公司 Method for two-wheeled balancing device to fly off to the ground in a floating way and two-wheeled balancing device
CN106933235A (en) * 2016-12-01 2017-07-07 美国锐哲有限公司 Homeostasis method after balance car startup
CN107399388A (en) * 2016-09-29 2017-11-28 深圳酷车族车业有限公司 Electric car low battery retinue device
CN107422727A (en) * 2017-05-31 2017-12-01 北京物资学院 A kind of merchandising machine people lateral misalignment control method and merchandising machine people
CN107422728A (en) * 2017-05-31 2017-12-01 北京物资学院 A kind of merchandising machine people lateral misalignment control method and merchandising machine people
CN107562063A (en) * 2016-06-30 2018-01-09 沈阳新松机器人自动化股份有限公司 A kind of self-balance robot attitude control method and system
CN107600267A (en) * 2017-09-11 2018-01-19 广东工业大学 A kind of control method of two wheel single-track vehicle and its balance
CN107685325A (en) * 2016-08-10 2018-02-13 北京小米移动软件有限公司 Self-balance robot and its speed control unit and method for control speed
CN109202883A (en) * 2017-06-29 2019-01-15 沈阳新松机器人自动化股份有限公司 A kind of position control method of self-balance robot
CN109436163A (en) * 2018-12-19 2019-03-08 浙江阿尔郎科技有限公司 Two-wheeled link balance vehicle and its control method
CN109507871A (en) * 2018-12-11 2019-03-22 广东工业大学 Pid parameter setting method and product for the control of two-wheeled balance car car body balance
CN110580844A (en) * 2018-09-05 2019-12-17 南京科青信息科技有限公司 self-balancing control method and device for two-wheeled robot, computer equipment and storage medium
CN111547177A (en) * 2020-05-19 2020-08-18 腾讯科技(深圳)有限公司 Self-balancing robot control method and system, self-balancing robot and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0858670A (en) * 1994-08-18 1996-03-05 Honda Motor Co Ltd Motor-assisted bicycle
JP2011046326A (en) * 2009-08-28 2011-03-10 Toyota Motor Corp Coaxial motorcycle and method of controlling the same
CN102360218A (en) * 2011-10-14 2012-02-22 天津大学 ARM (advanced RISC (reduced instruction set computer) machines) and FPGA (field-programmable gate array) based navigation and flight control system for unmanned helicopter
CN102555835A (en) * 2010-12-24 2012-07-11 闵敬均 Children electric vehicle and control method thereof
CN103010360A (en) * 2011-09-26 2013-04-03 东莞易步机器人有限公司 Movement control method of self-balancing two-wheel vehicle

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0858670A (en) * 1994-08-18 1996-03-05 Honda Motor Co Ltd Motor-assisted bicycle
JP2011046326A (en) * 2009-08-28 2011-03-10 Toyota Motor Corp Coaxial motorcycle and method of controlling the same
CN102555835A (en) * 2010-12-24 2012-07-11 闵敬均 Children electric vehicle and control method thereof
CN103010360A (en) * 2011-09-26 2013-04-03 东莞易步机器人有限公司 Movement control method of self-balancing two-wheel vehicle
CN102360218A (en) * 2011-10-14 2012-02-22 天津大学 ARM (advanced RISC (reduced instruction set computer) machines) and FPGA (field-programmable gate array) based navigation and flight control system for unmanned helicopter

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
路珺: "独轮自平衡车设计方法研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅰ辑》, no. 07, 15 July 2012 (2012-07-15) *

Cited By (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103792946B (en) * 2014-02-14 2016-08-24 上海创绘机器人科技有限公司 The signal processing method of motor type reversible pendulum system control and Intelligent self-balancing car whistle control system
CN103792946A (en) * 2014-02-14 2014-05-14 上海创绘机器人科技有限公司 Signal processing method for motion type inverted pendulum system control and intelligent self-balancing vehicle signal control system
CN103753557A (en) * 2014-02-14 2014-04-30 上海创绘机器人科技有限公司 Self-balance control method of movable type inverted pendulum system and self-balance vehicle intelligent control system
US10696347B2 (en) 2014-06-13 2020-06-30 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US10850788B2 (en) 2014-06-13 2020-12-01 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US10597107B2 (en) 2014-06-13 2020-03-24 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US10696348B2 (en) 2014-06-13 2020-06-30 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
CN104014123A (en) * 2014-06-13 2014-09-03 杭州骑客智能科技有限公司 Longitudinal double-wheel vehicle body
DE202014010564U1 (en) 2014-06-13 2015-12-22 Hangzhou Chic Intelligent Technology Co., Ltd Electric self-balancing vehicle
US10336392B2 (en) 2014-06-13 2019-07-02 Hangzhou Chic Intelligent Technology Co., Ltd Electric vehicle
US10988200B2 (en) 2014-06-13 2021-04-27 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US11173980B2 (en) 2014-06-13 2021-11-16 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US11180213B2 (en) 2014-06-13 2021-11-23 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US9376155B2 (en) 2014-06-13 2016-06-28 Hangzhou Chic Intelligent Technology Co., Ltd Electric balance vehicle
US11312444B2 (en) 2014-06-13 2022-04-26 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US9452802B2 (en) 2014-06-13 2016-09-27 Hangzhou Chic Intelligent Technology Co., Ltd Electric balance vehicle
US11459053B2 (en) 2014-06-13 2022-10-04 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
US11731725B2 (en) 2014-06-13 2023-08-22 Hangzhou Chic Intelligent Technology Co., Ltd. Electric vehicle
CN104163222A (en) * 2014-07-25 2014-11-26 祝珍海 Steering control method for self-balancing two-wheeled vehicle
CN104932505A (en) * 2015-06-08 2015-09-23 华南理工大学 Automatic navigation system based on camera detection, control method of system and vertical balance car
CN104943786A (en) * 2015-06-29 2015-09-30 深圳市宝乐机器人技术有限公司 Automatic safety protection method for two-wheeled balance car
CN104943786B (en) * 2015-06-29 2018-09-07 广东宝乐机器人股份有限公司 The automatic safe protective method of two-wheeled balance car
CN104999925A (en) * 2015-07-23 2015-10-28 北京锐安科技有限公司 Control method and device of balance car
CN106444798A (en) * 2015-08-10 2017-02-22 上海慧流云计算科技有限公司 Method for two-wheeled balancing device to fly off to the ground in a floating way and two-wheeled balancing device
CN105116729B (en) * 2015-08-17 2017-11-07 杭州电子科技大学 A kind of double-wheel self-balancing robot adaptive sliding mode variable structure control method
CN105116729A (en) * 2015-08-17 2015-12-02 杭州电子科技大学 A two-wheeled self-balance robot self-adaptive sliding mode changing structure control method and system
CN105501356A (en) * 2016-01-15 2016-04-20 厉学战 Two-wheel balance car
CN105501356B (en) * 2016-01-15 2018-09-11 厉学战 A kind of two-wheel balance car
CN105667661A (en) * 2016-01-29 2016-06-15 何武 Electric balance vehicle and resetting method thereof
CN105667661B (en) * 2016-01-29 2018-04-20 何武 Electrodynamic balance car and its repositioning method
CN105667424A (en) * 2016-03-01 2016-06-15 北京小米移动软件有限公司 Control method and device for vehicle and vehicle
CN105644674A (en) * 2016-03-21 2016-06-08 杭州骑客智能科技有限公司 Master control board of human-machine interactive sports car and control system of human-machine interactive sports car
CN105644674B (en) * 2016-03-21 2019-03-15 杭州骑客智能科技有限公司 The master control borad of human-computer interaction sport(s) car and the control system of human-computer interaction sport(s) car
CN106094850A (en) * 2016-06-16 2016-11-09 永康市恒钻电子有限公司 A kind of balance car human body sensing mechanism and anti-interference method thereof
CN107562063A (en) * 2016-06-30 2018-01-09 沈阳新松机器人自动化股份有限公司 A kind of self-balance robot attitude control method and system
CN107685325B (en) * 2016-08-10 2020-04-03 北京小米移动软件有限公司 Self-balancing robot and speed control device and speed control method thereof
CN107685325A (en) * 2016-08-10 2018-02-13 北京小米移动软件有限公司 Self-balance robot and its speed control unit and method for control speed
CN107399388A (en) * 2016-09-29 2017-11-28 深圳酷车族车业有限公司 Electric car low battery retinue device
CN106933235A (en) * 2016-12-01 2017-07-07 美国锐哲有限公司 Homeostasis method after balance car startup
CN107422728B (en) * 2017-05-31 2023-08-25 北京物资学院 Logistics robot lateral deviation control method and logistics robot
CN107422727B (en) * 2017-05-31 2023-10-03 北京物资学院 Logistics robot lateral deviation control method and logistics robot
CN107422727A (en) * 2017-05-31 2017-12-01 北京物资学院 A kind of merchandising machine people lateral misalignment control method and merchandising machine people
CN107422728A (en) * 2017-05-31 2017-12-01 北京物资学院 A kind of merchandising machine people lateral misalignment control method and merchandising machine people
CN109202883A (en) * 2017-06-29 2019-01-15 沈阳新松机器人自动化股份有限公司 A kind of position control method of self-balance robot
CN107600267A (en) * 2017-09-11 2018-01-19 广东工业大学 A kind of control method of two wheel single-track vehicle and its balance
CN107600267B (en) * 2017-09-11 2019-11-08 广东工业大学 A kind of two take turns the control method of single-track vehicle and its balance
CN110580844A (en) * 2018-09-05 2019-12-17 南京科青信息科技有限公司 self-balancing control method and device for two-wheeled robot, computer equipment and storage medium
CN109507871B (en) * 2018-12-11 2022-03-25 广东工业大学 PID parameter setting method and product for two-wheel balance vehicle body balance control
CN109507871A (en) * 2018-12-11 2019-03-22 广东工业大学 Pid parameter setting method and product for the control of two-wheeled balance car car body balance
CN109436163A (en) * 2018-12-19 2019-03-08 浙江阿尔郎科技有限公司 Two-wheeled link balance vehicle and its control method
CN109436163B (en) * 2018-12-19 2024-04-16 浙江阿尔郎科技有限公司 Two-wheel linkage balance car and control method thereof
CN111547177B (en) * 2020-05-19 2021-09-21 腾讯科技(深圳)有限公司 Self-balancing robot control method and system, self-balancing robot and medium
CN111547177A (en) * 2020-05-19 2020-08-18 腾讯科技(深圳)有限公司 Self-balancing robot control method and system, self-balancing robot and medium

Also Published As

Publication number Publication date
CN103529850B (en) 2016-11-16

Similar Documents

Publication Publication Date Title
CN103529850A (en) Control method of two-wheeled self-balance vehicle
TWI537169B (en) Gyroscopic stabilized vehicle
EP2049963B1 (en) Speed limiting in electric vehicles
CN203268242U (en) Intelligent balance car
CN105083432B (en) A kind of the Double-wheel self-balancing car and its balance control method of seating two-way type of standing
CN102520720B (en) Single-wheel robot capable of realizing self balance
CN203268232U (en) Balance control device of intelligent balance car and intelligent balance car
CN102642584B (en) Self-balancing electric manned monocycle
US8706331B2 (en) Two wheeled vehicle with all wheel drive system
CN106627894A (en) Two-wheeled longitudinal self-balancing robot and control system
CN202879694U (en) Single wheel self-balancing electric vehicle
JP2017534500A (en) Two-wheel electric vehicle
CN106882341A (en) A kind of Self-Balancing vehicle device waterborne
CN110949369B (en) Power assembly framework and control algorithm of intelligent electric scooter
CN106184542A (en) A kind of without wheelspan vehicle control system and control method
CN102358364A (en) Bicycle riding auxiliary device and bicycle with same as well as auxiliary method of bicycle riding auxiliary device
CN101585388A (en) Inertia navigation intelligent vehicle
CN105291885A (en) Pure electric bus drive control method
CN106994874A (en) Suspended and promoted and the dual-purpose novel intelligent walking-replacing tool of ground roll-out based on wind-force
CN108621863A (en) A kind of electric bicycle intelligent speed-limiting controller
CN205365897U (en) Double -wheel balancing cart
CN104527456A (en) Dynamic balance scooter and speed-limiting control method and system thereof
CN113978589A (en) Self-balancing unmanned bicycle
CN206437139U (en) A kind of novel single-wheel balance car
CN204915966U (en) Preceding two -wheeled electric tricycle

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20161116

Termination date: 20171028

CF01 Termination of patent right due to non-payment of annual fee