Gazebo turtlebot3 burger another House world!
Gazebo Turtlebot3 バーガーで、別の家のワールドを使ってみます。
使うのは、下記の、nav_lecture/worlds/test1.world です。
https://qiita.com/srs/items/b07a22425548c41bfd04
https://github.com/project-srs/ros_lecture の
nav_lecture を、~/catkin_ws/src の配置して
$ cd ~/ctakin_ws
$ catkin_make
で使えると思います。
Gazebo turtlebot3 バーガーで使うには、
1. ~/catkin_ws/src/turtlebot3_simulations/turtlebot3_gazebo/launch/turtlebot3_world_nav_nishi.launch を作成します。
注) robot_state_publisher は、turtlebot3_slam.launch, turtlebot3_navigation.launch にも記述されているので、
同時に起動するときは、コメントにして下さい。
2. 実行は、
$ roscore
$ export TURTLEBOT3_MODEL=burger
$ roslaunch turtlebot3_gazebo turtlebot3_world_nav_nishi.launch