Skip to Content
プログラミングROS ―Pythonによるロボットアプリケーション開発
book

プログラミングROS ―Pythonによるロボットアプリケーション開発

by Morgan Quigley, Brian Gerkey, William D. Smart, 河田 卓志, 松田 晃一, 福地 正樹, 由谷 哲夫
December 2017
Intermediate to advanced
480 pages
7h 13m
Japanese
O'Reilly Japan, Inc.
Content preview from プログラミングROS ―Pythonによるロボットアプリケーション開発

5章アクション

前の章では、ROSのサービスを説明しました。サービスは、非同期型のROSのトピックでは対応しにくい、同期型のリクエスト/レスポンスのやり取りに便利です。しかし、サービスがいつも最適というわけではありません。特にリクエストが「Xの値の取得(もしくは設定)」といった単純な命令ではない場合です。

サービスは、状態の問い合わせや構成の管理といった単純なデータ取得や設定には便利ですが、長時間にわたるタスクにはうまく機能しません。例えば、ロボットを少し離れた場所に移動させるタスク(ここではgoto_positionと名付けます)を想像してみましょう。ロボットが移動を完了するには、相当な時間(数秒、数分、ときにはもっと長い時間)が必要でしょう。しかも、その時間を事前に正確に知ることは不可能です。途中に障害物があって想定していたより長い経路になるかもしれないからです。

もし、goto_positionのタスクにサービスを使うとしたら、呼び出し側でどのように使うことになるかを考えてみましょう。まず、ゴールの位置を入力したリクエストを送ります。その後は、何かが起こったことを通知するレスポンスを受け取るまで、ずっと待ち続けなくてはなりません。しかも、それはいつ送られてくるかすらわからないのです。レスポンスを待っている間、呼び出し側のプログラムは強制的にブロックさせられ、ゴールまでの進捗具合をまったく知ることもできず、ゴールの場所を変更したり、タスクを中断したりすることもできません。サービスのこれらの欠点を補うために、ROSではアクションを提供しています。

ROSのアクションは、goto_positionのように、時間のかかるゴール指向のタスクを実装するのに最も適した方法です。サービスは同期であるのに対して、アクションは非同期です。サービスにおけるリクエストとレスポンスと同じように、タスクの開始に ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

初めてのGraphQL ―Webサービスを作って学ぶ新世代API

初めてのGraphQL ―Webサービスを作って学ぶ新世代API

Eve Porcello, Alex Banks, 尾崎 沙耶, あんどうやすし
行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

Stephen Wendel, 武山 政直, 相島 雅樹, 反中 望, 松村 草也

Publisher Resources

ISBN: 9784873118093Other