Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmguerreroh authored Jul 10, 2024
1 parent 1b42173 commit 8ca8c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Tiago Simulator
# TIAGo Simulator

![distro](https://img.shields.io/badge/Ubuntu%2022-Jammy%20Jellyfish-green)
![distro](https://img.shields.io/badge/ROS2-Humble-blue)
[![humble](https://github.com/jmguerreroh/tiago_simulator/actions/workflows/master.yaml/badge.svg?branch=humble)](https://github.com/jmguerreroh/tiago_simulator/actions/workflows/master.yaml)

This package allows running different Gazebo worlds, including the [AWS Robomaker](https://github.com/aws-robotics) worlds, using the Tiago robot from [PAL Robotics](https://github.com/pal-robotics)
This package allows running different Gazebo worlds, including the [AWS Robomaker](https://github.com/aws-robotics) worlds, using the TIAGo robot from [PAL Robotics](https://github.com/pal-robotics)

** In the event of communication difficulties, please consider switching the DDS. Recommended: use [Eclipse Cyclone DDS](https://docs.ros.org/en/foxy/Installation/DDS-Implementations/Working-with-Eclipse-CycloneDDS.html).
You can do this by installing it with `sudo apt install ros-humble-rmw-cyclonedds-cpp` and setting the `RMW_IMPLEMENTATION` environment variable: `export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp`. Add it to your `.bashrc`**
Expand Down Expand Up @@ -47,12 +47,12 @@ source /usr/share/gazebo/setup.bash
source <ros2-workspace>/install/setup.bash
```

# Run Gazebo & Tiago in ROS 2
# Run Gazebo & TIAGo in ROS 2
```bash
ros2 launch tiago_simulator simulation.launch.py
```

To change the Gazebo world or the initial position/rotation of the Tiago robot, you can modify the `config/params.yaml` file.
To change the Gazebo world or the initial position/rotation of the TIAGo robot, you can modify the `config/params.yaml` file.

If you have a low performance and you have installed the NVIDIA driver, you can use your GPU by selecting the NVIDIA PRIME profile:
```bash
Expand Down

0 comments on commit 8ca8c7a

Please sign in to comment.