(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Explore the ATEKS Gazebo Model

Description: Bringup the ATEKS Model and using sensors.

Tutorial Level: BEGINNER

Use ateks_empty_world.launch file to run ATEKS Gazebo model

> roslaunch ateks_simulation ateks_empty_world.launch


ateks_gazebo.png


Default ATEKS Gazebo model includes (ROS Noetic edition):

- Sonar Sensor x10
- Kinect Sensor x2
- Lidar Sensor x1

You can modify ATEKS Gazebo model using .urdf file in ateks_description/urdf folder.

You can list topics after running ATEKS Gazebo model.

> rostopic list

To get information about topics of the model,

> rostopic info /<topic_name>

In order to visualise sensors, tf etc. of the ATEKS in Gazebo, you can use Rviz.

> roslaunch ateks_simulation ateks_rviz_standalone.launch (Solo-Run)
> roslaunch ateks_simulation ateks_rviz.launch (with Gazebo run)


ateks_rviz.png


Wiki: Robots/ATEKS/noetic/Explore the ATEKS Gazebo Model (last edited 2021-03-04 06:44:52 by AlimKeremErdoğmuş)