Testing the simulation installation

First of all open a console and source the workspace:

  • cd /tiago_dual_public_ws/
    source ./devel/setup.bash

The public simulation of TIAGo++ allows two different versions of the end-effector:

  • a parallel gripper
  • the under-actuated 5-finger Hey5 hand.

To launch the simulation of the TIAGo++ with a 6-axis force/torque sensor in each wrist and the parallel gripper, execute:

  • roslaunch tiago_dual_gazebo tiago_dual_gazebo.launch public_sim:=true end_effector_left:=pal-gripper end_effector_right:=pal-gripper

tiago++_gazebo_grippers.jpg

The version with a 6-axis force/torque sensor in each wrist and the Hey5 hand can be launched as follows:

  • roslaunch tiago_dual_gazebo tiago_dual_gazebo.launch public_sim:=true

tiago++_gazebo_hands.png

The version with the TIAGo OMNI ++:

  • roslaunch tiago_dual_gazebo tiago_dual_gazebo.launch public_sim:=true base_type:=omni_base

TIAGo_OMNI_dual.png

If you manage to launch these three simulations then the installation has been successful. If the 3rd one is not working you would need to update your docker image or install the latest changes.

If you encounter any issues when trying to run gazebo inside the rocker verify that your drivers are up to date and that your PC configuration includes either nvidia GPU or Intel CPU

If you are facing this issue on a laptop, run  nvdia-settings  and go in the PRIME Profiles section

nvidia-settings.png

If you launched the rocker with nvidia support choose the NVIDIA (Performance Mode)

If you launched the rocker with intel support choose NVIDIA On-Demand (Default)

Restart the laptop and it should work

Wiki: Robots/TIAGo++/Tutorials/Installation/Testing_simulation_installation (last edited 2022-09-19 16:29:48 by thomaspeyrucain)