-
Notifications
You must be signed in to change notification settings - Fork 2
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
ROS 2 Foxy対応 #1
ROS 2 Foxy対応 #1
Conversation
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
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.
コメント追記しました。
このあと動作確認します。
README.md
Outdated
cd ~/ros2_ws/src/raspimouse_slam_navigation2/raspimouse_slam | ||
mkdir maps && cd maps | ||
ros2 run nav2_map_server map_saver_cli -f ~/MAP_NAME |
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.
ホームディレクトリに置くことに賛成します
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
Co-authored-by: Shota Aoki <[email protected]>
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.
LGTM
What does this implement/fix?
rt-net/raspimouse_slam_navigation_rosパッケージをROS 2 Foxyに対応する
Does this close any currently open issues?
No
How has this been tested?
ゲームパッドはDUALSHOCK 3/4、LIDARはURGかLDSでもおkです。その場合は適宜
lidar
やjoyconfig
パラメータを書き換えてください。SLAM
SLAMを開始するには以下のコマンドを実行してください。
地図を保存するには以下のコマンドを実行してください。
Navigation
作ったマップが参照できるようにビルドします
ナビゲーションを実行
表示されたRViz上で、初期位置姿勢と目標位置姿勢を与えましょう。
Any other comments?
Checklists