JP5149258B2 - ロボットコンポーネント管理装置 - Google Patents
ロボットコンポーネント管理装置 Download PDFInfo
- Publication number
- JP5149258B2 JP5149258B2 JP2009233275A JP2009233275A JP5149258B2 JP 5149258 B2 JP5149258 B2 JP 5149258B2 JP 2009233275 A JP2009233275 A JP 2009233275A JP 2009233275 A JP2009233275 A JP 2009233275A JP 5149258 B2 JP5149258 B2 JP 5149258B2
- Authority
- JP
- Japan
- Prior art keywords
- robot
- component
- port
- event
- data
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B25—HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
- B25J—MANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
- B25J9/00—Programme-controlled manipulators
- B25J9/16—Programme controls
- B25J9/1656—Programme controls characterised by programming, planning systems for manipulators
- B25J9/1658—Programme controls characterised by programming, planning systems for manipulators characterised by programming language
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
- G06F15/161—Computing infrastructure, e.g. computer clusters, blade chassis or hardware partitioning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4494—Execution paradigms, e.g. implementations of programming paradigms data driven
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/453—Help systems
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Robotics (AREA)
- Mechanical Engineering (AREA)
- Human Computer Interaction (AREA)
- Mathematical Physics (AREA)
- Numerical Control (AREA)
- Manipulator (AREA)
Description
-onInit:ロボットコンポーネント302/1が初期化される時に呼び出されるコールバック関数、
-onDestroy:ロボットコンポーネント302/1がメモリから除去される直前に呼び出されるコールバック関数、
-onStart:ロボットコンポーネント302/1が開始される時に呼び出されるコールバック関数、
-onStop:ロボットコンポーネント302/1が終了する時に呼び出されるコールバック関数、
-onSuspend:ロボットコンポーネント302/1が一時停止される時に呼び出されるコールバック関数、
-onResume:ロボットコンポーネント302/1が再開始される時に呼び出されるコールバック関数、
-onError:ロボットコンポーネント302/1にエラーが発生した時に呼び出されるコールバック関数、
-onRecover:ロボットコンポーネント302/1がエラーから復旧される時に呼び出されるコールバック関数、
-onExecute:周期的に呼び出されるコールバック関数。
Claims (7)
- センサとアクチュエータを有するロボットシステムで用いるためのロボットコンポーネント管理装置であって、
多数のロボットコンポーネントと、前記ロボットコンポーネントのそれぞれに割り当てられて前記ロボットコンポーネントの状態及び状態遷移を処理する有限状態機械処理部とを含むロボット応用構成部と、
前記ロボット応用構成部の動作を管理し、前記ロボット応用構成部の動作による状態情報及び前記ロボットコンポーネントに関する情報をモニタリングするロボット応用管理部と、
前記ロボット応用管理部の管理によって前記ロボットコンポーネントのライフサイクルを管理するライフサイクル管理部と、
前記センサにより感知された周辺環境の認識によるセンシング信号の入力を受けて前記ロボット応用構成部に伝達し、前記ロボット応用構成部からの実行信号を知能型ロボットシステムのアクチュエータに伝達する運営体制と
を含み、
前記多数のロボットコンポーネントの各々は、前記ロボットコンポーネント間でデータを交換するためのデータポートと、前記ロボットコンポーネント間でイベントを交換するためのイベントポートと、前記ロボットコンポーネント間にメソッドを呼び出すためのメソッドポートとを含み、
前記有限状態機械処理部は、前記イベントポートに受信されたイベントに基づいて有限状態機械の状態を変える
ことを特徴とするロボットコンポーネント管理装置。 - 請求項1に記載のロボットコンポーネント管理装置において、
前記ライフサイクル管理部は、前記ロボットコンポーネントのライフサイクルが変更される度に前記ロボットコンポーネントのコールバック関数のうちライフサイクルの変更に該当するライフサイクルコールバック関数を呼び出して前記ロボットコンポーネントで必要な作業を行うようにすることを特徴とするロボットコンポーネント管理装置。 - 請求項2に記載のロボットコンポーネント管理装置において、
前記ライフサイクルコールバック関数は、各々のロボットコンポーネントで行われたロボットコンポーネントの初期化、開始、終了、一時停止、一時停止後の再開始、エラーの処理、エラーの復旧、周期的実行、削除のうちのいずれか1つであることを特徴とするロボットコンポーネント管理装置。 - 請求項1に記載のロボットコンポーネント管理装置において、
前記ロボット応用構成部は、前記ロボット応用構成部の実行開始、終了、一時停止、再開始のうちのいずれかの動作を行うことを特徴とするロボットコンポーネント管理装置。 - 請求項1に記載のロボットコンポーネント管理装置において、
前記データポートは、前記データの伝送及び受信のための入力及び出力データポートであり、前記データの伝送はノンブロッキング方式で支援されることを特徴とするロボットコンポーネント管理装置。 - 請求項1に記載のロボットコンポーネント管理装置において、
前記イベントポートは、前記イベントの伝送及び受信のための入力及び出力イベントポートであり、前記イベントの伝送はノンブロッキング方式で支援されることを特徴とするロボットコンポーネント管理装置。 - 請求項1に記載のロボットコンポーネント管理装置において、
前記メソッドポートは、前記メソッドの呼び出し及び提供のための要求及び提供メソッドポートであり、ブロッキング呼び出し及びノンブロッキング呼び出しを支援することを特徴とするロボットコンポーネント管理装置。
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20080107777 | 2008-10-31 | ||
KR10-2008-0107777 | 2008-10-31 | ||
KR1020090048043A KR101248802B1 (ko) | 2008-10-31 | 2009-06-01 | 지능형 로봇 시스템에서의 로봇 소프트웨어 컴포넌트 관리 장치 및 방법 |
KR10-2009-0048043 | 2009-06-01 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010105150A JP2010105150A (ja) | 2010-05-13 |
JP5149258B2 true JP5149258B2 (ja) | 2013-02-20 |
Family
ID=42275557
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009233275A Expired - Fee Related JP5149258B2 (ja) | 2008-10-31 | 2009-10-07 | ロボットコンポーネント管理装置 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20100168911A1 (ja) |
JP (1) | JP5149258B2 (ja) |
KR (1) | KR101248802B1 (ja) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE102009054230A1 (de) * | 2009-11-23 | 2011-05-26 | Kuka Roboter Gmbh | Verfahren und Vorrichtung zum Steuern von Manipulatoren |
US20110153079A1 (en) * | 2009-12-18 | 2011-06-23 | Electronics And Telecommunication Research Institute | Apparatus and method for distributing and monitoring robot application and robot driven thereby |
FR2969026B1 (fr) * | 2010-12-17 | 2013-02-01 | Aldebaran Robotics | Robot humanoide dote d'un gestionnaire de ses ressources physiques et virtuelles, procedes d'utilisation et de programmation |
KR101231771B1 (ko) * | 2010-12-31 | 2013-02-08 | 강원대학교산학협력단 | 로봇 소프트웨어 컴포넌트 동적 재구성 장치 및 방법 |
KR20130067376A (ko) * | 2011-12-14 | 2013-06-24 | 한국전자통신연구원 | 로봇 응용프로그램 에뮬레이션 장치 및 방법 |
US9424303B2 (en) | 2013-02-15 | 2016-08-23 | Intuitive Surgical Operations, Inc. | Systems and methods for synchronizing nodes of a robotic system |
US10516738B2 (en) * | 2015-09-25 | 2019-12-24 | Intel Corporation | Sensor lifecycle management system |
CN106737676B (zh) * | 2016-12-28 | 2019-03-15 | 南京埃斯顿机器人工程有限公司 | 一种基于脚本可二次开发的工业机器人编程系统 |
US11446818B2 (en) * | 2019-10-01 | 2022-09-20 | UiPath, Inc. | Resuming robotic process automation workflows based on external triggers |
CN110941239B (zh) * | 2019-12-17 | 2023-02-28 | 中国矿业大学 | 一种深部矿井环境监测机器人系统及监测方法 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3832517B2 (ja) * | 1996-07-05 | 2006-10-11 | セイコーエプソン株式会社 | ロボット用コントローラ及びその制御方法 |
KR100607141B1 (ko) | 2004-05-12 | 2006-08-01 | 한국생산기술연구원 | 개방형 분산처리구조의 로봇 제어 시스템 |
KR100772514B1 (ko) * | 2005-12-08 | 2007-11-01 | 한국전자통신연구원 | 네트워크 기반 로봇 제어 장치 및 그 방법 |
KR100772522B1 (ko) * | 2005-12-08 | 2007-11-01 | 한국전자통신연구원 | 모바일 홈 서비스 로봇을 제어하는 서버의 xml 기반의서비스 제공 방법 및 그 장치 |
US8843244B2 (en) * | 2006-10-06 | 2014-09-23 | Irobot Corporation | Autonomous behaviors for a remove vehicle |
KR100896705B1 (ko) * | 2007-02-06 | 2009-05-14 | 한국과학기술연구원 | 지능형 로봇의 지능적 작업 관리를 위한 컴포넌트 기반의 작업 관리 시스템 |
-
2009
- 2009-06-01 KR KR1020090048043A patent/KR101248802B1/ko active IP Right Grant
- 2009-09-14 US US12/558,787 patent/US20100168911A1/en not_active Abandoned
- 2009-10-07 JP JP2009233275A patent/JP5149258B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
KR101248802B1 (ko) | 2013-03-29 |
JP2010105150A (ja) | 2010-05-13 |
KR20100048857A (ko) | 2010-05-11 |
US20100168911A1 (en) | 2010-07-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5149258B2 (ja) | ロボットコンポーネント管理装置 | |
CN108136577B (zh) | 通用操作系统联动式实时机器人控制系统及利用其的实时设备控制系统 | |
US9869984B2 (en) | Process controller and updating method thereof | |
JP3339482B2 (ja) | 分散デバッグ装置及びデバッグ方法並びに制御プログラムを記録した記録媒体 | |
CN111427310A (zh) | 一种工业机器人控制器运行系统 | |
US9415505B2 (en) | Device and method for dynamic reconfiguration of robot components | |
KR100896705B1 (ko) | 지능형 로봇의 지능적 작업 관리를 위한 컴포넌트 기반의 작업 관리 시스템 | |
Traub et al. | An object-oriented realtime framework for distributed control systems | |
CN106945045B (zh) | 基于ros和orocos的机器人控制的通信方法和系统 | |
KR100877715B1 (ko) | 지능형 로봇을 위한 센싱, 구동 및 실시간 행동을 포함한리액티브 층 소프트웨어의 구조 | |
JP2024519256A (ja) | リアルタイムロボット制御フレームワーク | |
US8689217B2 (en) | System and method for thread processing robot software components responsive to periodic, dedicated, and passive modes | |
KR101220428B1 (ko) | 분산 실시간 제어 소프트웨어가 구비된 지능 로봇용 다중 프로세서 | |
Finkemeyer et al. | A middleware for high-speed distributed real-time robotic applications | |
KR101102930B1 (ko) | 로봇용 소프트웨어 컴포넌트 장치 및 이를 이용한 쓰레드 처리 방법 | |
Westhoff et al. | A flexible framework for task-oriented programming of service robots | |
CN106965181B (zh) | 基于ros和orocos的机器人控制方法和系统 | |
WO2024180685A1 (ja) | ロボット制御システム、ロボット制御方法、およびロボット制御プログラム | |
US20090175196A1 (en) | Process integrated mechanism program, apparatus and method | |
JPH08106320A (ja) | 自動機械及び自動機械の制御方法 | |
WO2023171574A1 (ja) | 制御システム、演算モジュール、ロボットコントローラ、及び制御方法 | |
JP2024088106A (ja) | 制御システム、処理方法およびデータ中継プログラム | |
JP2023111376A (ja) | ロボット制御システムおよび制御装置 | |
Arbuckle et al. | RECIPE–A System for Building Extensible, Run-time Configurable, Image Processing Systems | |
CN118829523A (zh) | 控制系统、运算模块、机器人控制器以及控制方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110721 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110802 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110930 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120228 |
|
RD13 | Notification of appointment of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7433 Effective date: 20120409 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20120409 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120425 |
|
RD15 | Notification of revocation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7435 Effective date: 20121009 |
|
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: 20121030 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121129 |
|
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: 20151207 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |