TEO Gazebo Sim models.
Installation instructions for installing from source can be found here.
We recomment to add this line at the end of your ~/.bashrc
(Linux) so that Gazebo can discover and load the models, worlds and plugins with no further input from terminal (using standard installation path):
export GZ_SIM_RESOURCE_PATH=/usr/local/share/gz-sim/models:${GZ_SIM_RESOURCE_PATH}
export GZ_SIM_RESOURCE_PATH=/usr/local/share/gz-sim/worlds:${GZ_SIM_RESOURCE_PATH}
export GZ_SIM_SYSTEM_PLUGIN_PATH=/usr/local/lib:${GZ_SIM_SYSTEM_PLUGIN_PATH}
Launch the robot standing on its own feet:
gazebo path/to/worlds/teo.world
Launch the robot floating slightly above ground with fixed root links:
gazebo path/to/worlds/teo_fixed.world
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) off themaster
branch, following the Forking Git workflow - Commit your changes
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request