when I run
export TURTLEBOT3_MODEL=burger && \
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
I can see a world with a robot. but when I create a world with gazeboo (test.world) and save objects in this world and then run
export TURTLEBOT3_MODEL=burger && \
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py world:=test.world
the world is not exporting.
I found a file turtlebot3_worlds/burger.model
<model name="turtlebot3_world">
<static>1</static>
<include>
<uri>model://turtlebot3_world</uri>
</include>
</model>
and when I commend this part it removes the world, but I didn't find a way to launch tirtlebot3 and my world. I get empty world if I comment that model. But navigation doesn't work when I run slam part
export TURTLEBOT3_MODEL=burger && \
ros2 launch turtlebot3_cartographer cartographer.launch.py use_sim_time:=True
and nav part
export TURTLEBOT3_MODEL=burger && \
ros2 launch turtlebot3_navigation2 navigation2.launch.py use_sim_time:=True map:=$HOME/map.yaml