hbp_nrp_cleserver.server.LocalGazebo module¶
This module contains the classes needed to have all gazebo services running locally.
-
class
LocalGazeboBridgeInstance
[source]¶ Bases:
hbp_nrp_cleserver.server.GazeboInterface.IGazeboBridgeInstance
Represents a local instance of gzbridge.
-
class
LocalGazeboServerInstance
[source]¶ Bases:
hbp_nrp_cleserver.server.GazeboInterface.IGazeboServerInstance
Represents a local instance of gzserver.
-
property
gazebo_master_uri
¶ Returns a string containing the gazebo master URI (like:’http://bbpviz001.cscs.ch:11345’)
-
start
(ros_master_uri, models_path=None, gzserver_args=None)[source]¶ Starts a gzserver instance connected to the local roscore (provided by ros_master_uri)
- Param
ros_master_uri The ros master uri where to connect gzserver.
- Parameters
models_path – An additional path where Gazebo may find models
gzserver_args – Additional formatted string of command line arguments to pass to gzserver (e.g. –seed 123456 -e simbody)
-
property