Where does Gazebo run?
• How do I get/build/install Gazebo? We don’t make binary distributions, though some users do. To get the source for Gazebo, go to the download page. After unpacking the tarball, the following steps will suffice for most users: $ ./configure $ make $ make install Gazebo will be installed by default in $HOME/gazebo-{version}. To select a different location, pass –prefix={path} to configure. configure also accepts other options. To see a list, try: $ configure –help Note that unlike Stage you should install Gazebo before installing Player. When Player builds, it will look for an installed version of Gazebo, and will only build the Gazebo drivers if it finds one. If you install Gazebo in a non-standard location, you must tell Player by passing –with-gazebo={path} to configure. • How do I build Gazebo on OS X? Directions for building on Gazebo on OS X can be found in the Gazebo manual, available from the documentation page. • How can I make movies of Gazebo? Gazebo will not make movies