command line input: gz help ---- gz: command not found
gazebo is installed and the tutorials run as well as just typing in "gazebo" in the command line the simulator starts. When I type in "gz help" the command line response is "gz: command not found" what is the reason for that ? Do I have to install another package?
Thanks
Asked by Christian on 2014-09-17 15:10:12 UTC
Answers
The gz
tool was introduced in gazebo 3.0.0
(see Changelog and pull request 972). What version of gazebo are you using (gazebo --verbose
or dpkg -l | grep gazebo
)?
For gazebo 2 and earlier, there were separate commands like gzsdf
and gztopic
that were collected into the gz
command in gazebo 3.
Asked by scpeters on 2014-09-17 19:21:31 UTC
Comments
I am using the gazebo 2.2.3 version. So i assume to run the gz tool I have to install a newer version.
Asked by Christian on 2014-09-18 12:41:25 UTC
I am using ros indigo, I have to use gazebo 2 for convenience. how can I get around gz tool missing? The tutorial version is 7+. I am new here
Asked by shawnysh on 2017-05-05 07:42:20 UTC
Gazebo 2 has reached end of life over a year ago and is no longer supported. The recommendation is to use Gazebo 7 with Indigo: http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros#UsingaspecificGazeboversionwithROS
Asked by chapulina on 2017-05-05 12:18:01 UTC
Thank you @chapulina . I had installed Indigo: host gazebo version 2.x package before, so if I want to install gazebo7, should I remove gazebo2 first? Any instructions? I hope there wont be crash.
Asked by shawnysh on 2017-05-05 20:53:10 UTC
Comments