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 1 year has passed since last update.

[ROS] turtlebot3のgazeboとrvizを使う

Posted at

[ROS] turtlebot3のgazeboとrvizを使う

Turtlebot3のシュミレーターのgazeborvizを使う方法を説明する。

動作環境

  • Ubuntu 18.04
  • ROS (melodic)

パッケージのインストールと起動

  • パッケージのインストール
    turtlebot3のパッケージをインストールしてください
    なお、turtlebot3modelburgerです。他のmodelを使いたい場合は~/.bashrcを編集してください。
$ git clone https://github.com/HHorimoto/install_pkg.git
$ cd install_pkg
$ ./ros_turtlebot3.bash
INSTALL ROS TURTLEBOT3 PKG
・
・
・
****************************
* do the following command *
* $ source ~/.bashrc       *
****************************
$ source ~/.bashrc
  • パッケージの起動
    turtlebot3のパッケージを起動してください。なお2つのコマンドは別々の端末で起動してください。
    コマンドの1行目はgazeboを起動します。2行目は起動したgazeboに対応したrvizを起動します。
$ roslaunch turtlebot3_gazebo turtlebot3_world.launch
$ roslaunch turtlebot3_gazebo turtlebot3_gazebo_rviz.launch 
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?