![]() |
raspimouse_slam_navigation_ros2 repositoryraspimouse_navigation raspimouse_slam raspimouse_slam_navigation |
|
Repository Summary
Checkout URI | https://github.com/rt-net/raspimouse_slam_navigation_ros2.git |
VCS Type | git |
VCS Version | humble-devel |
Last Updated | 2024-03-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
raspimouse_navigation | 2.1.0 |
raspimouse_slam | 2.1.0 |
raspimouse_slam_navigation | 2.1.0 |
README
raspimouse_slam_navigation
Raspberry Pi MouseでSLAMが行えるraspimouse_slam
パッケージとナビゲーションが行えるraspimouse_navigation
パッケージです。
<img src=https://rt-net.github.io/images/raspberry-pi-mouse/navigation_ros2_setting_goalpose.gif width=500 />
その他のRaspberry Pi MouseのROS 2サンプル集はrt-net/raspimouse_ros2_examplesで紹介しています。
現在、以下のROS 2のディストリビューションに対応しております。
- Foxy (foxy-devel)
- Humble (humble-devel)
Table of Contents
Requirements
Raspberry Pi MouseとRemote PCを用意しましょう。
Raspberry Pi Mouseにはデバイスドライバをインストールしている必要があります。こちらのRT Software Turtorialsをご参照ください。
以下のリストは、必要なソフトや対応しているセンサなどの一覧を示します。
-
Raspberry Pi Mouse V3
- Raspberry Pi - Raspberry Pi 4 Model B
- Raspberry Pi 3 では動作確認していません
- Linux OS - Ubuntu 22.04
- Device Driver - rt-net/RaspberryPiMouse
- ROS - Humble Hawksbill
- オプションパーツ
- Raspberry Pi - Raspberry Pi 4 Model B
- Remote PC
- Linux OS - Ubuntu 22.04
- ROS - Humble Hawksbill
また、本パッケージは以下の機材に対応しています。
- ゲームパッド: raspimouse_ros2_examplesのREADME参照
- レーザ即域センサ
Installation
Raspberry Pi Mouse
以下のコマンドをRaspberry Pi Mouse側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_ros2_examples
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
Remote PC
以下のコマンドをRemote PC側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
QuickStart
無事インストールが完了したら、以下の一連のコマンドを実行しましょう。SLAMで地図生成を行い、その地図を利用してRaspberry Pi Mouseを自律移動させます。それぞれの詳しい動かし方などについてはSLAM、ナビゲーションを参照してください。
ここでは例として、ゲームパッドのLogicool F710とレーザ測域センサのRPLIDAR A1を使用しています。
SLAM
```sh
ロボット側で以下のコマンドを実行
ゲームパッドの操作方法については、 https://github.com/rt-net/raspimouse_ros2_examples#joystick_control を参照してください
ros2 launch raspimouse_slam robot_bringup.launch.py lidar:=rplidar joyconfig:=f710
PC側で以下のコマンドを実行
ros2 launch raspimouse_slam pc_slam.launch.py
地図ができたら引き続きPC側で実行
新しい端末を開いて次のコマンドを実行しましょう
MAP_NAMEを地図ファイルの名前に置き換えましょう
ros2 run nav2_map_server map_saver_cli -f ~/MAP_NAME
File truncated at 100 lines see the full file
CONTRIBUTING
![]() |
raspimouse_slam_navigation_ros2 repositoryraspimouse_navigation raspimouse_slam raspimouse_slam_navigation |
|
Repository Summary
Checkout URI | https://github.com/rt-net/raspimouse_slam_navigation_ros2.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-06-02 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
raspimouse_navigation | 3.1.0 |
raspimouse_slam | 3.1.0 |
raspimouse_slam_navigation | 3.1.0 |
README
raspimouse_slam_navigation
Raspberry Pi MouseでSLAMが行えるraspimouse_slam
パッケージとナビゲーションが行えるraspimouse_navigation
パッケージです。
<img src=https://rt-net.github.io/images/raspberry-pi-mouse/navigation_ros2_setting_goalpose.gif width=500 />
その他のRaspberry Pi MouseのROS 2サンプル集はrt-net/raspimouse_ros2_examplesで紹介しています。
現在、以下のROS 2のディストリビューションに対応しております。
Table of Contents
Requirements
Raspberry Pi MouseとRemote PCを用意しましょう。 Raspberry Pi Mouseにはデバイスドライバをインストールしている必要があります。こちらのRT Software Turtorialsをご参照ください。
以下のリストは、必要なソフトや対応しているセンサなどの一覧を示します。
-
Raspberry Pi Mouse V3
- Raspberry Pi - Raspberry Pi 4 Model B
- Raspberry Pi 3 では動作確認していません
- Linux OS - Ubuntu 24.04
- Device Driver - rt-net/RaspberryPiMouse
- ROS - Jazzy Jalisco
- オプションパーツ
- Raspberry Pi - Raspberry Pi 4 Model B
- Remote PC
- Linux OS - Ubuntu 24.04
- ROS - Jazzy Jalisco
また、本パッケージは以下の機材に対応しています。
- ゲームパッド: raspimouse_ros2_examplesのREADME参照
- レーザ即域センサ
Installation
Raspberry Pi Mouse
以下のコマンドをRaspberry Pi Mouse側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_ros2_examples
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
Remote PC
以下のコマンドをRemote PC側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
QuickStart
無事インストールが完了したら、以下の一連のコマンドを実行しましょう。SLAMで地図生成を行い、その地図を利用してRaspberry Pi Mouseを自律移動させます。それぞれの詳しい動かし方などについてはSLAM、ナビゲーションを参照してください。 ここでは例として、ゲームパッドのLogicool F710とレーザ測域センサのRPLIDAR A1を使用しています。
SLAM
```sh
ロボット側で以下のコマンドを実行
ゲームパッドの操作方法については、 https://github.com/rt-net/raspimouse_ros2_examples#joystick_control を参照してください
ros2 launch raspimouse_slam robot_bringup.launch.py lidar:=rplidar joyconfig:=f710
PC側で以下のコマンドを実行
ros2 launch raspimouse_slam pc_slam.launch.py
地図ができたら引き続きPC側で実行
新しい端末を開いて次のコマンドを実行しましょう
MAP_NAMEを地図ファイルの名前に置き換えましょう
ros2 run nav2_map_server map_saver_cli -f ~/MAP_NAME
File truncated at 100 lines see the full file
CONTRIBUTING
![]() |
raspimouse_slam_navigation_ros2 repositoryraspimouse_navigation raspimouse_slam raspimouse_slam_navigation |
|
Repository Summary
Checkout URI | https://github.com/rt-net/raspimouse_slam_navigation_ros2.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2022-07-29 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
raspimouse_navigation | 1.0.0 |
raspimouse_slam | 1.0.0 |
raspimouse_slam_navigation | 1.0.0 |
README
raspimouse_slam_navigation
Raspberry Pi MouseでSLAMが行えるraspimouse_slam
パッケージとナビゲーションが行えるraspimouse_navigation
パッケージです。
<img src=https://rt-net.github.io/images/raspberry-pi-mouse/navigation_ros2_setting_goalpose.gif width=500 />
その他のRaspberry Pi MouseのROS 2サンプル集はrt-net/raspimouse_ros2_examplesで紹介しています。
現在、以下のROS 2のディストリビューションに対応しております。
- Foxy (foxy-devel)
Table of Contents
Requirements
Raspberry Pi MouseとRemote PCを用意しましょう。
Raspberry Pi Mouseにはデバイスドライバをインストールしている必要があります。こちらのRT Software Turtorialsをご参照ください。
以下のリストは、必要なソフトや対応しているセンサなどの一覧を示します。
-
Raspberry Pi Mouse V3
- Raspberry Pi - Raspberry Pi 4 Model B
- Raspberry Pi 3 では動作確認していません
- Linux OS - Ubuntu 20.04
- Device Driver - rt-net/RaspberryPiMouse
- ROS - Foxy Fitzroy
- オプションパーツ
- Raspberry Pi - Raspberry Pi 4 Model B
- Remote PC
- Linux OS - Ubuntu 20.04
- ROS - Foxy Fitzroy
また、本パッケージは以下の機材に対応しています。
- ゲームパッド: raspimouse_ros2_examplesのREADME参照
- レーザ即域センサ
Installation
Raspberry Pi Mouse
以下のコマンドをRaspberry Pi Mouse側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_ros2_examples
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -r -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
Remote PC
以下のコマンドをRemote PC側で実行してインストールを行います。
cd ~/ros2_ws/src
# Clone the ROS packages
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_slam_navigation_ros2
# Install dependencies
rosdep install -r -y -i --from-paths . --ignore-src
# make and install
cd ~/ros2_ws
colcon build --symlink-install
source ~/ros2_ws/install/setup.bash
QuickStart
無事インストールが完了したら、以下の一連のコマンドを実行しましょう。SLAMで地図生成を行い、その地図を利用してRaspberry Pi Mouseを自律移動させます。それぞれの詳しい動かし方などについてはSLAM、ナビゲーションを参照してください。
ここでは例として、ゲームパッドのLogicool F710とレーザ測域センサのRPLIDAR A1を使用しています。
SLAM
## ロボット側で以下のコマンドを実行
## ゲームパッドの操作方法については、 https://github.com/rt-net/raspimouse_ros2_examples#joystick_control を参照してください
ros2 launch raspimouse_slam robot_bringup.launch.py lidar:=rplidar joyconfig:=f710
## PC側で以下のコマンドを実行
ros2 launch raspimouse_slam pc_slam.launch.py
## 地図ができたら引き続きPC側で実行
## 新しい端末を開いて次のコマンドを実行しましょう
## MAP_NAMEを地図ファイルの名前に置き換えましょう
ros2 run nav2_map_server map_saver_cli -f ~/MAP_NAME
File truncated at 100 lines see the full file