LoginSignup
2
1

More than 3 years have passed since last update.

WSLでNav2

Last updated at Posted at 2021-04-25

WSLでNav2

WSLでNavigation2のインストールと動作メモ

関連記事

Nav2のインストール

Nav2のインストール

sudo apt install ros-foxy-navigation2 ros-foxy-nav2-bringup 

turtlebot3のシミュレータをインストール

sudo apt install ros-foxy-turtlebot3-*
source /opt/ros/foxy/setup.bash

Nav2の起動

export TURTLEBOT3_MODEL=waffle_pi
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/foxy/share/turtlebot3_gazebo/models
ros2 launch nav2_bringup tb3_simulation_launch.py

slamtoolbox.png

操作

nav2_001.png

nav2_002.png

nav2_003.png

nav2_004.png

2
1
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
2
1