0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ROS×PCL ROS Indroduction

Last updated at Posted at 2021-10-26

今回はROSの概要について説明していきます!

ROSとは

ROSとはRobot Operating Systemの略です.ロボットのソフトウェア開発者向けにライブラリやツールを提供するロボット開発プラットフォームです.

ROSのメリット

  • 分散処理方式のミドルウェアであること

つまりいろんな処理を並列で回せるって感じです.何かプロジェクトがあったらそれを実現するためにいろんなグループができてそれぞれでタスクをクリアしていくみたいなのと一緒です.ロボットに必要な処理を分担して並列で回すことでリアルタイムでのロボット操作が可能になります.

ROS version

OS version
Ubuntu18.04 melodic
Ubuntu20.04 noetic(ROS) foxy(ROS2)
Windows foxy(ROS2)

現状ではmelodicが多く利用されていますが,そのうちサポートが終了するようです.しかしnoeticおよびROS2はいまだライブラリの充実が完全ではないという面もあるようで,現状ではmelodicを推奨しているところが多そうです.

Next

Reference

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?