-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Raspberry Pi Cat] ROS 1チュートリアルを作成 #26
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました。
ページ構成は問題ありません。細かい誤記等を指摘しているので修正お願いします。
念の為raspicat_simを動作確認していますが、ビルドに失敗するため未完了です。
これについてはパッケージのissueとして投稿してます。
docs/raspicat/driver/install.md
Outdated
後ほどRaspberry Pi Catで**ROSを扱う場合はUbuntu Serverのインストールを推奨します**。 | ||
|
||
=== "Ubuntu Server 18.04" | ||
[こちらのリンク](http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/)から**Ubuntu 18.04 server**のイメージをダウンロードします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[こちらのリンク](http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/)から**Ubuntu 18.04 server**のイメージをダウンロードします。 | |
[こちらのリンク](http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/)から**Ubuntu 18.04 server (ARM 64bit)**のイメージをダウンロードします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/raspicat/driver/install.md
Outdated
``` | ||
5. ssh接続ができたら、Raspberry PiがPCのネットワークを利用できているか確認します | ||
```sh | ||
$ ping '8.8.8.8' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ubuntu PC (22.04)とRasPi 2B ( Ubuntu 22.04(32bit), 新規インストール) で確認しました。
SSH接続まではできましたが、RasPiから8.8.8.8
へのpingは通らなかったです。
PCのWi-Fi側IPアドレスにはpingが通りましたが、ルータへは通らないです。
なにか他に設定が必要かもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この設定が実行できなくてもRaspberry Pi Cat自体は使用できるので、5559284 にて一度削除しました。
「シミュレータでサンプルを動かす」以外のページはOKです。 シミュレータについては下記の問題が発生しているので、パッケージもしくはチュートリアルの修正が必要です キーボード操作ノードが立ち上がらないgmapping、cartgrapher、slam_toolbox全てが対象です。 # シミュレータの起動
# gmappingの実行
$ roslaunch raspicat_slam raspicat_gmapping.launch joy:=false
# 地図の保存 と書かれていますが、キーボード操作するには ログが出力されるため、キーボード操作しにくいgmapping.launchを起動すると、下記のログが流れ続けるためキーボード操作しにくいです。 gmappingが対象ですが、cartographerもログがいくつか出ます。 ログ出力を消す、teleopは別launchファイルで起動する、などの対策をお願いしたいです。 $ roslaunch raspicat_slam raspicat_gmapping.launch
... 省略 ...
[ INFO] [1670369709.455753655, 256.511000000]: Laser is mounted upwards.
-maxUrange 20 -maxUrange 30 -sigma 0.05 -kernelSize 1 -lstep 0.05 -lobsGain 3 -astep 0.05
-srr 0.03 -srt 0.04 -str 0.05 -stt 0.05
-linearUpdate 0.1 -angularUpdate 0.1 -resampleThreshold 0.5
-xmin -0 -xmax 0 -ymin -0 -ymax 0 -delta 0.05 -particles 120
[ INFO] [1670369709.457083999, 256.512000000]: Initialization complete
update frame 0
update ld=0 ad=0
Laser Pose= 0.144225 -1.99945 0.00380599
m_count 0
Registering First Scan
update frame 1
update ld=2.63633e-07 ad=1.72526e-06
Laser Pose= 0.144225 -1.99945 0.00380771
m_count 1
Average Scan Matching Score=1432.18
neff= 120
Registering Scans:Done
... mapのパス指定方法をわかりやすくしたいSLAMで地図を保存するときは が、ナビゲーションの際は 混乱が生じないようにチュートリアルのドキュメント修正お願いします。 例 # 地図の保存
$ roslaunch raspicat_slam map_save.launch map_file:=/map/path/file
# move_baseの実行
$ roslaunch raspicat_navigation raspicat_navigation.launch navigation:="move_base" mcl_map_file:=/map/path/file.yaml navigation_map_file:=/map/path/file.yaml |
0e51481
to
9cf42bc
Compare
Co-authored-by: Shota Aoki <[email protected]>
What does this implement/fix?
Raspberry Pi Catのチュートリアルを追加します
Does this close any currently open issues?
いいえ
How has this been tested?
Any other comments?
Checklists