[Documentation] [TitleIndex] [WordIndex

Initiating a Gazebo simulation environment

Description: How to bring up a Gazebo world and load the AR100 in the simulation environment.

Tutorial Level: BEGINNER

Next Tutorial: Setting up and launching a new map

The following tutorial demonstrates the process of initiating AR100 within a simulated environment. To follow along, make sure you have the AR100 repository available. Additionally, you can consult this installation guide for further assistance with setting up the necessary repositories.

Instructions:

   1 # source the workspace
   2 source ~/catkin_ws/devel/setup.bash

   1 roslaunch start_anscer start_anscer.launch

   1 # Copy the XYZ.world file to this location
   2 roscd anscer_gazebo/world/

   1 roscd anscer_gazebo/launch/
   2 vim anscer_gazebo
   3 # Replace "anscer.world" with "XYZ.world"
   4 <arg name="world_name" value="$(find anscer_gazebo)/worlds/anscer.world"/>

w

a

s

d

x

   1 roslaunch anscer_teleop anscer_teleop_key.launch

2024-05-11 12:16