robotology / gym-ignition

Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo

Home Page:https://robotology.github.io/gym-ignition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the new ruby-less command to open Ignition GUI

diegoferigo opened this issue · comments

This is a reminder that tracks gazebosim/gz-sim#694. If it will land upstream, we should update the current logic used to open the GUI:

// Spawn a new process with the GUI
pImpl->gazebo.gui = std::make_unique<TinyProcessLib::Process>(
"ign gazebo -g -v " + std::to_string(appliedVerbosity));