-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executable name from gz_sim.launch.py #547
Comments
I believe that it's just using simple shell expansion |
Ok, so might it be that this an effect of |
May I ask why there is a need for ruby at all? |
#500 and related PRs should help with this since Gazebo will be ran as a ROS node.
Ruby is needed because the |
Ok, thanks for the explanation. |
How is this supposed to work with ruby?
ros_gz/ros_gz_sim/launch/gz_sim.launch.py.in
Lines 45 to 51 in 78dc482
The executable name just remains
ruby $(which gz) sim
, see for example the CI in gz_ros2_control. Is there something missing to be installed?The text was updated successfully, but these errors were encountered: