CN111791890A - Car following method based on PID - Google Patents

Car following method based on PID Download PDF

Info

Publication number
CN111791890A
CN111791890A CN202010438858.1A CN202010438858A CN111791890A CN 111791890 A CN111791890 A CN 111791890A CN 202010438858 A CN202010438858 A CN 202010438858A CN 111791890 A CN111791890 A CN 111791890A
Authority
CN
China
Prior art keywords
speed
frame
difference
expected
acceleration
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
CN202010438858.1A
Other languages
Chinese (zh)
Other versions
CN111791890B (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.)
Wuhan Kotei Technology Corp
Original Assignee
Wuhan Kotei Technology Corp
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 Wuhan Kotei Technology Corp filed Critical Wuhan Kotei Technology Corp
Priority to CN202010438858.1A priority Critical patent/CN111791890B/en
Publication of CN111791890A publication Critical patent/CN111791890A/en
Application granted granted Critical
Publication of CN111791890B publication Critical patent/CN111791890B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W30/00Purposes of road vehicle drive control systems not related to the control of a particular sub-unit, e.g. of systems using conjoint control of vehicle sub-units, or advanced driver assistance systems for ensuring comfort, stability and safety or drive control systems for propelling or retarding the vehicle
    • B60W30/14Adaptive cruise control
    • B60W30/16Control of distance between vehicles, e.g. keeping a distance to preceding vehicle
    • B60W30/165Automatically following the path of a preceding lead vehicle, e.g. "electronic tow-bar"
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W50/00Details of control systems for road vehicle drive control not related to the control of a particular sub-unit, e.g. process diagnostic or vehicle driver interfaces
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2520/00Input parameters relating to overall vehicle dynamics
    • B60W2520/10Longitudinal speed
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2554/00Input parameters relating to objects
    • B60W2554/40Dynamic objects, e.g. animals, windblown objects
    • B60W2554/404Characteristics
    • B60W2554/4042Longitudinal speed
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W2554/00Input parameters relating to objects
    • B60W2554/80Spatial relation or speed relative to objects
    • B60W2554/802Longitudinal distance

Abstract

The invention relates to the technical field of automatic driving, in particular to a car following method based on PID (proportion integration differentiation); including S1, obtaining an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration; s2, acquiring the distance of the front moving vehicle, the speed of the front moving vehicle and the speed of the current vehicle; s3, calculating the expected speed and the expected acceleration of the current vehicle by using PID, and adjusting the integral quantity; the method specifically comprises the steps of adjusting an integral quantity according to a difference value between the speed of a current vehicle and the speed of a front moving vehicle; s4, outputting the expected speed and the expected acceleration of the current vehicle, and adding 1 to the value of the frame count; waiting for the next time, the process proceeds to step S2. According to the embodiment of the invention, the integral quantity is adjusted when the expected speed and the expected acceleration are calculated; if the difference between the current speed and the speed of the vehicle moving ahead is large, the influence of the integral quantity is reduced, the parameter adjusting method is more convenient and easier, and the system can reach a steady state more easily.

Description

Car following method based on PID
Technical Field
The invention relates to the technical field of automatic driving, in particular to a car following method based on PID.
Background
In the automatic driving process, when the automatic driving vehicle meets a front moving vehicle, the automatic driving vehicle needs to safely and quickly follow the front vehicle to run. How to stably and comfortably follow up a vehicle is one of the main research subjects of the current automatic driving vehicles.
The conventional PID-based following algorithm uses P, I, D three components based on the distance of the moving vehicle ahead. The component P is called the proportional term, the component I is called the integral term, and the component D is called the difference term. When the following is implemented by using the PID, the expected speed and the expected acceleration are generally calculated according to the difference between the distance of the front moving vehicle and the safe distance.
The defects of the prior art are that the traditional PID car following algorithm is difficult to tune and parameter and the time from the starting stage to the steady-state stage is long.
Disclosure of Invention
In order to overcome the defects in the prior art, the embodiment of the invention provides a following method based on PID, which solves the problem of long time from the initial stage to the steady-state stage, specially performs optimization and improvement, and has the advantages of simple principle and easy realization.
On one hand, the embodiment of the invention provides a car following method based on PID, which comprises the following steps:
s1, acquiring an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration;
s2, acquiring the distance of the front moving vehicle, the speed of the front moving vehicle and the speed of the current vehicle;
s3, calculating the expected speed and the expected acceleration of the current vehicle by using PID, and adjusting the integral quantity; the method specifically comprises the steps of adjusting the integral quantity according to the difference value between the speed of the current vehicle and the speed of the front moving vehicle;
s4, outputting the expected speed and the expected acceleration of the current vehicle, and adding 1 to the value of the frame count; waiting for the next time, the process goes to step S2.
On the other hand, an embodiment of the present invention provides a car following system based on PID, including:
the data acquisition module acquires an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration; acquiring the distance of a front moving vehicle, the speed of the front moving vehicle and the speed of a current vehicle;
the data calculation module is used for calculating the expected speed and the expected acceleration of the current vehicle by using PID (proportion integration differentiation) and adjusting the integral quantity; the method specifically comprises the steps of adjusting the integral quantity according to the difference value between the speed of the current vehicle and the speed of the front moving vehicle;
the data output module outputs the expected speed and the expected acceleration of the current vehicle and adds 1 to the value of the frame count; and waiting for the next moment, and repeating the steps.
According to the embodiment of the invention, through a PID-based car following method and system, the integral quantity is adjusted when the expected speed and the expected acceleration are calculated; if the difference between the current speed and the speed of the vehicle moving ahead is large, the influence of the integral quantity is reduced, the parameter adjusting method is more convenient and easier, and the system can reach a steady state more easily.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the technical description of the present invention will be briefly introduced below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a tracking method based on PID according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a car following system based on PID according to an embodiment of the present invention;
reference numerals:
the data acquisition module-1 is a data calculation module-2 is a data output module-3.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A car following method based on PID comprises the following steps:
s1, acquiring an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration;
s2, acquiring the distance of the front moving vehicle, the speed of the front moving vehicle and the speed of the current vehicle;
s3, calculating the expected speed and the expected acceleration of the current vehicle by using PID, and adjusting the integral quantity; the method specifically comprises the steps of adjusting the integral quantity according to the difference value between the speed of the current vehicle and the speed of the front moving vehicle;
s4, outputting the expected speed and the expected acceleration of the current vehicle, and adding 1 to the value of the frame count; waiting for the next time, the process goes to step S2.
Specifically, the invention provides a following method based on PID, which takes the difference between the distance of a forward moving vehicle and the safe distance as the basis for judgment and uses PID to obtain the expected speed of the current vehicle; then, taking the difference between the expected speed and the current speed as a basis, and still using the PID to obtain the expected acceleration of the current vehicle; the integral amount is adjusted when calculating the desired velocity and the desired acceleration. For example, if the difference between the current vehicle speed and the speed of the vehicle moving ahead is large, the obtained integral quantity is multiplied by a coefficient to be reduced on the original basis, and the influence of the integral quantity is reduced.
Further, the desired velocity vp,kThe calculation formula is as follows:
Figure BDA0002503309600000041
where k is the frame count, d0,kRepresents the distance, v, of the moving vehicle ahead at the k-th frame0,kRepresents the vehicle speed, Δ d, of the current vehicle at the k-th framekRepresents the difference between the distance of the preceding moving vehicle at the k-th frame and the safe distance, pv,kRepresenting the proportional term, Δ d, calculated at the k-th frametRepresents the difference between the distance of the moving vehicle ahead at the t-th frame and the safe distance, Δ dk-1Represents the difference between the distance of the preceding moving vehicle at the k-1 frame and the safe distance, iv,kIntegral term calculated in the k-th frame, dv,kRepresenting a difference term obtained at the k frame; kP,v、KI,v、KD,vRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient, t, at the time of calculating the desired speedsafeSafe time;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isv,k=iv,k*RatioI
When v isp,k>=vlimitWhen, get vp,k=vlimit
Wherein v islimitDenotes the maximum speed, vf,kIs the forward moving vehicle speed.
The desired acceleration ap,kThe calculation formula is as follows:
Figure BDA0002503309600000042
wherein, Δ vkRepresents the difference between the expected speed and the current vehicle speed at the k frame, pa,kRepresenting the proportional term at the k-th frame, Δ vtRepresents the difference between the expected speed at the t-th frame and the current vehicle speed, Deltavk-1Represents a difference between the desired speed at the k-1 th frame and a current vehicle speed, ia,kIntegral term representing the k-th frame, da,kA difference term at the k-th frame; kP,a、KI,a、KD,aRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient when the expected acceleration is calculated;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isa,k=ia,k*RatioI
When a isp,k>amaxWhen it comes to ap,k=amax
When a isp,k<aminWhen it comes to ap,k=amin
Wherein, amaxAt maximum acceleration, aminIs the minimum acceleration.
Specifically, the set maximum speed v is acquiredlimitSet safety time tsafeMaximum acceleration amaxMinimum acceleration aminAssigning 1 to the frame count k to obtain the distance d of the front moving vehicle0,kSpeed v of moving vehicle aheadf,kSpeed v of the vehicle0,k(ii) a Calculating the desired velocity v by formulap,kAnd a desired acceleration ap,kMeanwhile, the integral quantity is adjusted according to the difference value between the speed of the current vehicle and the speed of the vehicle moving ahead; e.g. when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isv,k=iv,k*RatioI(ii) a When v isp,k>=vlimitWhen, get vp,k=vlimit(ii) a Threshold in the actual project implementationvIs 0.08, RatioIHas a value of 0.8, KP,vHas a value of 0.22, KI,vHas a value of 0.018, KD,vIs 0; when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isa,k=ia,k*RatioI(ii) a When a isp,k>amaxWhen it comes to ap,k=amax(ii) a Threshold in the actual project implementationvIs 0.08, RatioIHas a value of 0.8, KP,aHas a value of 0.5, KI,aHas a value of 0.01, KD,aThe value of (A) is 0.4; finally, outputting the expected speed and the expected acceleration of the current vehicle; and adding 1 to the value of the frame count, waiting for the next time, jumping to the step of S2, and repeating the following process.
According to the embodiment of the invention, through a PID-based car following method and system, the integral quantity is adjusted when the expected speed and the expected acceleration are calculated; if the difference between the current speed and the speed of the vehicle moving ahead is large, the influence of the integral quantity is reduced, the parameter adjusting method is more convenient and easier, and the system can reach a steady state more easily.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (4)

1. A car following method based on PID is characterized by comprising the following steps:
s1, acquiring an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration;
s2, acquiring the distance of the front moving vehicle, the speed of the front moving vehicle and the speed of the current vehicle;
s3, calculating the expected speed and the expected acceleration of the current vehicle by using PID, and adjusting the integral quantity; the method specifically comprises the following steps: adjusting the integral quantity according to the difference value between the speed of the current vehicle and the speed of the front moving vehicle;
s4, outputting the expected speed and the expected acceleration of the current vehicle, and adding 1 to the value of the frame count; waiting for the next time, the process goes to step S2.
2. The PID-based following method according to claim 1, wherein the expected speed v in the step S3 isp,kThe calculation formula is as follows:
Δdk=d0,k-v0,ktsafe
pv,k=Δdk
Figure FDA0002503309590000011
Figure FDA0002503309590000012
vp,k=KP,vpv,k+KI,viv,k+KD,vdv,k+v0,k
where k is the frame count, d0,kRepresents the distance, v, of the moving vehicle ahead at the k-th frame0,kRepresents the vehicle speed, Δ d, of the current vehicle at the k-th framekRepresenting the distance and safe distance of the moving vehicle ahead at the k-th frameDifference of separation, Pv,kRepresenting the proportional term, Δ d, calculated at the k-th frametRepresents the difference between the distance of the moving vehicle ahead at the t-th frame and the safe distance, Δ dk-1Represents the difference between the distance of the preceding moving vehicle at the k-1 frame and the safe distance, iv,kIntegral term calculated in the k-th frame, dv,kRepresenting a difference term obtained at the k frame; kP,v、KI,v、KD,vRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient, t, at the time of calculating the desired speedsafeSafe time;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isv,k=iv,k*RatioI
When v isp,k>=vlimitWhen, get vp,k=vlimit
Wherein v islimitDenotes the maximum speed, vf,kIs the forward moving vehicle speed.
The desired acceleration ap,kThe calculation formula is as follows:
Δvk=vp,k-v0,k
pa,k=Δvk
Figure FDA0002503309590000021
Figure FDA0002503309590000022
ap,k=KP,apa,k+KI,aia,k+KD,ada,k
wherein, Δ vkRepresents the difference between the expected speed and the current vehicle speed at the k frame, Pa,kRepresenting the proportional term at the k-th frame, Δ vtRepresents the difference between the expected speed at the t-th frame and the current vehicle speed, Deltavk-1Means for indicating the k-1 th frameThe difference between the expected speed and the current vehicle speed, ia,kIntegral term representing the k-th frame, da,kA difference term at the k-th frame; kP,a、KI,a、KD,aRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient when the expected acceleration is calculated;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isa,k=ia,k*RatioI
When a isp,k>amaxWhen it comes to ap,k=amax
When a isp,k<aminWhen it comes to ap,k=amin
Wherein, amaxAt maximum acceleration, aminIs the minimum acceleration.
3. A PID-based car following system, comprising:
the data acquisition module acquires an initial set value; the method specifically comprises the following steps: assigning 1 to the frame count according to the maximum speed, the safe time, the maximum acceleration and the minimum acceleration; acquiring the distance of a front moving vehicle, the speed of the front moving vehicle and the speed of a current vehicle;
the data calculation module is used for calculating the expected speed and the expected acceleration of the current vehicle by using PID (proportion integration differentiation) and adjusting the integral quantity; the method specifically comprises the steps of adjusting the integral quantity according to the difference value between the speed of the current vehicle and the speed of the front moving vehicle;
the data output module outputs the expected speed and the expected acceleration of the current vehicle and adds 1 to the value of the frame count; and waiting for the next moment, and repeating the steps.
4. The PID-based vehicle following system according to claim 3, wherein the data calculation module specifically comprises the desired speed vp,kThe calculation formula is as follows:
Δdk=d0,k-v0,ktsafe
pv,k=Δdk
Figure FDA0002503309590000031
Figure FDA0002503309590000032
vp,k=KP,vpv,k+KI,viv,k+KD,vdv,k+v0,k
where k is the frame count, d0,kRepresents the distance, v, of the moving vehicle ahead at the k-th frame0,kRepresents the vehicle speed, Δ d, of the current vehicle at the k-th framekRepresents the difference between the distance of the preceding moving vehicle at the k-th frame and the safe distance, Pv,kRepresenting the proportional term, Δ d, calculated at the k-th frametRepresents the difference between the distance of the moving vehicle ahead at the t-th frame and the safe distance, Δ dk-1Represents the difference between the distance of the preceding moving vehicle at the k-1 frame and the safe distance, iv,kIntegral term calculated in the k-th frame, dv,kRepresenting a difference term obtained at the k frame; kP,v、KI,v、KD,vRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient, t, at the time of calculating the desired speedsafeSafe time;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isv,k=iv,k*RatioI
When v isp,k>=vlimitWhen, get vp,k=vlimit
Wherein v islimitDenotes the maximum speed, vf,kIs the forward moving vehicle speed.
The desired acceleration ap,kThe calculation formula is as follows:
Δvk=vp,k-v0,k
pa,k=Δvk
Figure FDA0002503309590000033
Figure FDA0002503309590000034
ap,k=KP,apa,k+KI,aia,k+KD,ada,k
wherein, Δ vkRepresents the difference between the expected speed and the current vehicle speed at the k frame, pa,kRepresenting the proportional term at the k-th frame, Δ vtRepresents the difference between the expected speed at the t-th frame and the current vehicle speed, Deltavk-1Represents a difference between the desired speed at the k-1 th frame and a current vehicle speed, ia,kIntegral term representing the k-th frame, da,kA difference term at the k-th frame; kP,a、KI,a、KD,aRespectively representing a proportional term coefficient, an integral term coefficient and a difference term coefficient when the expected acceleration is calculated;
when | v0,k-vf,k|>=Thresholdv*vf,kWhen i isa,k=ia,k*RatioI
When a isp,k>amaxWhen it comes to ap,k=amax
When a isp,k<aminWhen it comes to ap,k=amin
Wherein, amaxAt maximum acceleration, aminIs the minimum acceleration.
CN202010438858.1A 2020-05-22 2020-05-22 Car following method based on PID Active CN111791890B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010438858.1A CN111791890B (en) 2020-05-22 2020-05-22 Car following method based on PID

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010438858.1A CN111791890B (en) 2020-05-22 2020-05-22 Car following method based on PID

Publications (2)

Publication Number Publication Date
CN111791890A true CN111791890A (en) 2020-10-20
CN111791890B CN111791890B (en) 2021-11-16

Family

ID=72806114

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010438858.1A Active CN111791890B (en) 2020-05-22 2020-05-22 Car following method based on PID

Country Status (1)

Country Link
CN (1) CN111791890B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113104035A (en) * 2021-05-10 2021-07-13 武汉光庭信息技术股份有限公司 Vehicle control method, system, electronic device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838244A (en) * 2014-03-20 2014-06-04 湖南大学 Portable target tracking method and system based on four-axis air vehicle
CN105700538A (en) * 2016-01-28 2016-06-22 武汉光庭信息技术股份有限公司 A track following method based on a neural network and a PID algorithm
EP3075619A1 (en) * 2015-03-31 2016-10-05 CNH Industrial Italia S.p.A. System and method for controlling the acceleration of a work vehicle
CN108153145A (en) * 2017-12-22 2018-06-12 合肥工大高科信息科技股份有限公司 A kind of train speed autocontrol method based on PID and filtering algorithm
CN110456801A (en) * 2019-08-29 2019-11-15 重庆长安汽车股份有限公司 A kind of follow the bus control method, device and the automobile of autonomous driving vehicle
CN110920610A (en) * 2019-12-11 2020-03-27 东风商用车有限公司 Automatic driving and car following method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838244A (en) * 2014-03-20 2014-06-04 湖南大学 Portable target tracking method and system based on four-axis air vehicle
EP3075619A1 (en) * 2015-03-31 2016-10-05 CNH Industrial Italia S.p.A. System and method for controlling the acceleration of a work vehicle
CN105700538A (en) * 2016-01-28 2016-06-22 武汉光庭信息技术股份有限公司 A track following method based on a neural network and a PID algorithm
CN108153145A (en) * 2017-12-22 2018-06-12 合肥工大高科信息科技股份有限公司 A kind of train speed autocontrol method based on PID and filtering algorithm
CN110456801A (en) * 2019-08-29 2019-11-15 重庆长安汽车股份有限公司 A kind of follow the bus control method, device and the automobile of autonomous driving vehicle
CN110920610A (en) * 2019-12-11 2020-03-27 东风商用车有限公司 Automatic driving and car following method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113104035A (en) * 2021-05-10 2021-07-13 武汉光庭信息技术股份有限公司 Vehicle control method, system, electronic device and storage medium

Also Published As

Publication number Publication date
CN111791890B (en) 2021-11-16

Similar Documents

Publication Publication Date Title
CN111776018B (en) Train formation tracking control method and device
CN107244264B (en) Method for controlling driving speed and system for full vehicle speed range cruise
CN109484427B (en) train braking method and device
CN108009642B (en) Distributed machine learning method and system
CN111791890B (en) Car following method based on PID
CN109003234B (en) For the fuzzy core calculation method of motion blur image restoration
CN111679668B (en) Following control method of networked autonomous fleet based on new time-distance strategy
CN110920610B (en) Automatic driving and car following method
CN110103709B (en) Method, system, equipment and medium for controlling opening degree of vehicle pedal
CN108674184B (en) Vehicle speed control method and system and automobile
CN111739342B (en) Method, device, medium, and vehicle for avoiding vehicle ahead of side
JP2011014037A (en) Risk prediction system
CN110632846A (en) Subway train speed automatic control method based on second-order ADRC algorithm
CN115503632A (en) Method and device for obtaining braking distance of unmanned mining vehicle, electronic equipment and storage medium
CN114426023B (en) Method, device and equipment for determining target cruising speed and storage medium
CN109725639B (en) Linear control method and device of cruise system
CN113492855B (en) Acceleration compensation method and device in car following scene and readable storage medium
CN114771283A (en) Crawling control method and device, electric vehicle and storage medium
CN115195728A (en) Vehicle following control method, system, equipment and storage medium
CN114996264A (en) Data processing method, device and equipment for digital twins
Torres Evaluation of numerical methods for aircraft trajectory computation
CN116605218B (en) Control method and device, equipment and computer readable storage medium
CN115416632B (en) Parking control method and device, electronic equipment and storage medium
CN116653941A (en) Cruise mode torque control method and device, vehicle and storage medium
CN115862310B (en) Network-linked automatic fleet stability analysis method under uncertain traffic information environment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant