JP2006092253A - 自律移動装置 - Google Patents
自律移動装置 Download PDFInfo
- Publication number
- JP2006092253A JP2006092253A JP2004276682A JP2004276682A JP2006092253A JP 2006092253 A JP2006092253 A JP 2006092253A JP 2004276682 A JP2004276682 A JP 2004276682A JP 2004276682 A JP2004276682 A JP 2004276682A JP 2006092253 A JP2006092253 A JP 2006092253A
- Authority
- JP
- Japan
- Prior art keywords
- obstacle
- traveling
- detected
- obstacles
- distance information
- 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
Links
- 238000004364 calculation method Methods 0.000 claims description 16
- 238000012544 monitoring process Methods 0.000 claims description 12
- 238000012545 processing Methods 0.000 abstract description 19
- 238000005259 measurement Methods 0.000 abstract description 12
- 230000009471 action Effects 0.000 description 26
- 238000000034 method Methods 0.000 description 15
- 230000008569 process Effects 0.000 description 14
- 230000006399 behavior Effects 0.000 description 12
- 238000001514 detection method Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 2
- 238000012937 correction Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 230000001133 acceleration Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Landscapes
- Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
Abstract
【解決手段】障害物の距離情報を基に複数の障害物のうち装置に最も近い障害物を検知し、その障害物の速度の方向成分を演算すると共に、障害物の速度の方向成分に基づいて装置の移動方向と移動方向に直交する方向を基準とする座標系において正又は負若しくは0の値で表した移動判定基準値(挙動パターン)を求める。求まった過去複数回分の挙動パターンに基づいて走行手段を制御して障害物回避動作を行う。こうして、複数の障害物が計測範囲内に検出された場合においても移動情報の対応付けを行わず、1つの障害物が動いているかのように扱うことにより、演算量の削減ができる。
【選択図】図7
Description
(1)時間t, t+1のときは障害物1のほうが近い
(2)時間t+2, t+3のときは障害物2のほうが近い
というように、時間t+1→t+2の間で最も近い障害物が入れ替わっている。
(1)左右方向の速度情報
3フレーム前:正、2フレーム前:正、1フレーム前:0 、現在のフレーム:正
(2)前後方向の速度情報
3フレーム前:負、2フレーム前:0、1フレーム前:0 、現在のフレーム:正
それぞれの方向について、正、0、負をそれぞれ+1,0,-1として全フレームの和を計算すると、
(1)左右方向:+3
(2)前後方向:0
となり、さらに、3値化によって左右方向の移動判定は「正」、前後判定の移動判定は「0」となる。以上より、障害物は「右に移動中」であると判定される。
(1−1)A2が右側:右に大きく回避
(1−2)A2が正面:右に回避
(1−3)A2が左側:右に回避
この場合はA1,A2両方の位置情報から回避を判断する(どちらも存在しない方向へ移動する)。
(2−1)A1が正面、A2が右側:左に回避
(2−2)A1が左側、A2が正面:右に回避
(2−3)A1,A2がともに正面:予め左右どちらかに定められた方向に回避
(3−1)A2が右側:左に回避
(3−2)A2が正面:左に回避
(3−3)A2が左側:左に大きく回避
(1)音声による案内「右に移動します…」、(2)表示装置に進行方向を示す記号を表示、(3)表示装置の向きを障害物の方へ向ける、このような手段のいずれか、あるいは組合せによって周囲への報知を行う。
(1)距離情報取得手段3(図1)より、或る時間tにおける計測範囲内の障害物N(t)個の座標値(x1(t),z1(t)), (x2(t),z2(t)),..., (xN(t),zN(t))を取得する(#11)。
(2)障害物の各座標の自律移動装置(ロボット)からの距離di=√{xi(t)2+zi(t)2}を求める(i = 1,...,N)(#12)。
(3)diの最小値を求め、Min(di)i=1,,N=√{xj(t)2+zj(t)2}を満たす(xj(t),zj(t))を最も近い障害物の座標値(x(t),z(t))とする(#13)。
(4)同様にして2番目に近い障害物の位置を求め、(x’(t),z’(t))として保持しておく(#14)。
(5)x(t-1),z(t-1)のデータが存在しているかを調べて、存在しなければtを(t+1)として#11に戻り、存在していれば#16に進む(#15)。
(6)速度vx(t) = x(t) - x(t-1) , vz(t) = z(t) - z(t-1)を計算する(#16)。図中のfはx又はzをとる。
(7)速度の符号
(8−2)移動判定基準値Mx =vxsign(t-n+1) +...+ vxsign(t) , Mz=vzsign(t-n+1) +...+ vzsign(t)を求める(#18’)。
(1) 左右方向の移動判定
Mx = 0 :左右方向には静止中(#21)
Mx > 0 :右に移動中(#22)
Mx < 0 :左に移動中(#23)
(2)前後方向の移動判定
Mz = 0 :前後方向には静止中(#24)
Mz > 0 :遠ざかっている(#25)
Mz < 0 :近づいている(#26)
・「移動」: α
・「大きく移動」:β
ここで、αは障害物1つ、βは障害物2つぶんを迂回することができる十分な距離であると定義する。従って、α<βである。これらの値は予め定めておくこともできるし、障害物の大きさの情報から計算して決めることもできる。
3 距離情報取得手段
4 演算手段
6 走行手段
7 走行制御手段
Claims (4)
- 走行を行うための走行手段と、装置に対する障害物の距離情報を定期的に取得する距離情報取得手段と、この距離情報取得手段により得られた距離情報を基に前記走行手段を制御して障害物を回避しながら走行する走行制御手段とを有する自律移動装置において、
前記距離情報取得手段により得られた距離情報を基に、複数の障害物のうち装置に最も近い障害物を検知し、該障害物の速度の方向成分を演算すると共に、前記障害物の速度の方向成分に基づいて装置の移動方向と該移動方向に直交する方向を基準とする座標系において正又は負若しくは0の値で表した挙動パターンを求める演算手段を備え、
前記走行制御手段は、前記演算手段により求まった過去複数回分の挙動パターンに基づいて前記走行手段を制御して障害物回避動作を行うことを特徴とする自律移動装置。 - 前記演算手段は、走行方向の所定領域内のみで挙動パターンを求め、前記所定領域は、装置に近い方から危険ゾーンと監視ゾーンに分割し、
前記走行制御手段は、前記危険ゾーンに障害物が検知されたときに、走行手段を緊急回避動作させることを特徴とする請求項1記載の自律移動装置。 - 前記演算手段は、走行方向の所定領域内のみで挙動パターンを求め、前記所定領域は、装置に近い方から危険ゾーンと監視ゾーンに分割し、装置に最も近い障害物が危険ゾーンに検知されず監視ゾーンに検知されたとき、該障害物の位置と速度に応じて次の距離情報取得時には危険ゾーンに突入するか否かを予測し、
前記走行制御手段は、前記危険ゾーンに障害物が検知されず監視ゾーンに障害物が検知される状態では、前記演算手段により求めた挙動パターンに基づいて障害物回避動作を行うと共に、前記演算手段により危険ゾーンに障害物が突入することが予測されたとき、及び危険ゾーンに障害物が検知されたときに、走行手段を緊急回避動作させることを特徴とする請求項1記載の自律移動装置。 - 前記演算手段は、さらに装置に2番目に近い障害物の位置を検出し、前記走行制御手段は、回避動作の際に装置に2番目に近い障害物を避けるように走行手段を制御することを特徴とする請求項1記載の自律移動装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004276682A JP4457830B2 (ja) | 2004-09-24 | 2004-09-24 | 自律移動装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004276682A JP4457830B2 (ja) | 2004-09-24 | 2004-09-24 | 自律移動装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006092253A true JP2006092253A (ja) | 2006-04-06 |
JP4457830B2 JP4457830B2 (ja) | 2010-04-28 |
Family
ID=36233153
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004276682A Expired - Fee Related JP4457830B2 (ja) | 2004-09-24 | 2004-09-24 | 自律移動装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4457830B2 (ja) |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008275606A (ja) * | 2007-04-06 | 2008-11-13 | Honda Motor Co Ltd | 自律移動体のための物体認識装置 |
JP2010079697A (ja) * | 2008-09-26 | 2010-04-08 | Nissan Motor Co Ltd | 障害物回避装置、障害物回避方法、及び自走車両 |
JP2010134742A (ja) * | 2008-12-05 | 2010-06-17 | Toshiba Corp | 障害物回避機能を有する移動制御装置 |
US7873438B2 (en) | 2007-11-30 | 2011-01-18 | Honda Motor Co., Ltd. | Mobile apparatus and control program therefor |
JP2014164665A (ja) * | 2013-02-27 | 2014-09-08 | Brother Ind Ltd | 自律移動型装置 |
CN107092260A (zh) * | 2017-06-09 | 2017-08-25 | 北京小米移动软件有限公司 | 移动机器人及该移动机器人跨越障碍物的方法 |
CN109875470A (zh) * | 2019-01-31 | 2019-06-14 | 科沃斯机器人股份有限公司 | 脱困方法、设备及存储介质 |
WO2019116643A1 (ja) * | 2017-12-12 | 2019-06-20 | ソニー株式会社 | 情報処理装置および情報処理方法 |
JP2020520008A (ja) * | 2017-05-09 | 2020-07-02 | ブレーン コーポレーションBrain Corporation | ロボットの動作制御のためのシステムおよび方法 |
CN111358371A (zh) * | 2020-03-31 | 2020-07-03 | 深圳市银星智能科技股份有限公司 | 一种机器人脱困方法以及机器人 |
WO2021029151A1 (ja) * | 2019-08-14 | 2021-02-18 | ソニー株式会社 | ロボット制御装置、方法およびプログラム |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104777839B (zh) * | 2015-04-16 | 2017-06-16 | 北京工业大学 | 基于bp神经网络和距离信息的机器人自主避障方法 |
-
2004
- 2004-09-24 JP JP2004276682A patent/JP4457830B2/ja not_active Expired - Fee Related
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008275606A (ja) * | 2007-04-06 | 2008-11-13 | Honda Motor Co Ltd | 自律移動体のための物体認識装置 |
US7873438B2 (en) | 2007-11-30 | 2011-01-18 | Honda Motor Co., Ltd. | Mobile apparatus and control program therefor |
EP2107392A1 (en) | 2008-04-03 | 2009-10-07 | Honda Motor Co., Ltd. | Object recognition system for autonomous mobile body |
US20090254235A1 (en) * | 2008-04-03 | 2009-10-08 | Honda Motor Co., Ltd. | Object recognition system for autonomous mobile body |
US8793069B2 (en) | 2008-04-03 | 2014-07-29 | Honda Motor Co., Ltd. | Object recognition system for autonomous mobile body |
JP2010079697A (ja) * | 2008-09-26 | 2010-04-08 | Nissan Motor Co Ltd | 障害物回避装置、障害物回避方法、及び自走車両 |
JP2010134742A (ja) * | 2008-12-05 | 2010-06-17 | Toshiba Corp | 障害物回避機能を有する移動制御装置 |
JP4738472B2 (ja) * | 2008-12-05 | 2011-08-03 | 株式会社東芝 | 障害物回避機能を有する移動制御装置 |
JP2014164665A (ja) * | 2013-02-27 | 2014-09-08 | Brother Ind Ltd | 自律移動型装置 |
JP2020520008A (ja) * | 2017-05-09 | 2020-07-02 | ブレーン コーポレーションBrain Corporation | ロボットの動作制御のためのシステムおよび方法 |
CN107092260A (zh) * | 2017-06-09 | 2017-08-25 | 北京小米移动软件有限公司 | 移动机器人及该移动机器人跨越障碍物的方法 |
WO2019116643A1 (ja) * | 2017-12-12 | 2019-06-20 | ソニー株式会社 | 情報処理装置および情報処理方法 |
JPWO2019116643A1 (ja) * | 2017-12-12 | 2020-12-03 | ソニー株式会社 | 情報処理装置および情報処理方法 |
JP7180613B2 (ja) | 2017-12-12 | 2022-11-30 | ソニーグループ株式会社 | 情報処理装置および情報処理方法 |
CN109875470A (zh) * | 2019-01-31 | 2019-06-14 | 科沃斯机器人股份有限公司 | 脱困方法、设备及存储介质 |
WO2021029151A1 (ja) * | 2019-08-14 | 2021-02-18 | ソニー株式会社 | ロボット制御装置、方法およびプログラム |
CN111358371A (zh) * | 2020-03-31 | 2020-07-03 | 深圳市银星智能科技股份有限公司 | 一种机器人脱困方法以及机器人 |
Also Published As
Publication number | Publication date |
---|---|
JP4457830B2 (ja) | 2010-04-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10741079B2 (en) | Route prediction system | |
JP6051307B2 (ja) | 運転支援装置 | |
JP6318864B2 (ja) | 運転支援装置 | |
JP5938569B2 (ja) | 方位情報を考慮する高度運転者支援システム、及びその動作方法 | |
US9656667B2 (en) | Method for minimizing automatic braking intrusion based on collision confidence | |
CN109841088B (zh) | 车辆驾驶辅助系统及方法 | |
JP5410730B2 (ja) | 自動車の外界認識装置 | |
WO2021056499A1 (zh) | 数据处理方法、设备和可移动平台 | |
US20120330541A1 (en) | Driving assistance device | |
US11745733B2 (en) | Travel control apparatus for vehicle, vehicle controlling method and computer program therefor | |
US20210229702A1 (en) | Vehicle controller, vehicle controlling method and computer program therefor | |
JP2015215873A (ja) | 予測的レーン変更支援のための方法及びシステム、プログラムソフトウェア製品、並びに乗り物 | |
JP4457830B2 (ja) | 自律移動装置 | |
JP2014197294A (ja) | 位置同定装置、及びそれを備えた移動ロボット | |
JP5577126B2 (ja) | 走行支援装置 | |
JP2008195293A (ja) | 衝突予測装置 | |
KR20210118006A (ko) | 자율주행 차량의 충돌 방지 방법, 장치 및 컴퓨터프로그램 | |
JP7146686B2 (ja) | 列車制御システム及び当該システムを搭載した鉄道車両 | |
WO2019003792A1 (ja) | 制御装置、制御方法、及びプログラム | |
JP2008003880A (ja) | 車両周辺監視システム、車両周辺監視プログラム、車両周辺監視システムの構築方法およびサーバ | |
KR20180126224A (ko) | 차량 주행 중 장애물 정보 제공 장치 및 방법 | |
KR20170067562A (ko) | Bsd 시스템의 오경보 방지 장치 및 그 방법 | |
JP6314744B2 (ja) | 移動物体進路予測装置 | |
WO2019111967A1 (ja) | 周辺認識装置及び周辺認識方法 | |
JP6594565B1 (ja) | 車載装置、情報処理方法及び情報処理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070611 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080917 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081007 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081205 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091027 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091221 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20100119 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100201 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130219 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130219 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140219 Year of fee payment: 4 |
|
LAPS | Cancellation because of no payment of annual fees |