ros_gazebo_gym.exceptions
Module containing several custom exceptions.
Module Contents
- exception ros_gazebo_gym.exceptions.EePoseLookupError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying to retrieve the EE pose.
Initializes the EePoseLookupError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.EeRpyLookupError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying to retrieve the EE orientation (given in euler angles).
Initializes the EeRpyLookupError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.SpawnModelError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying to spawn a Gazebo model.
Initializes the SpawnModelError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.GetModelStateError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying get the model state from gazebo.
Initializes the GetModelStateError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.GetLinkStateError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying get the link state from gazebo.
Initializes the GetLinkStateError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.SetModelStateError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying set the model state on gazebo.
Initializes the SetModelStateError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.SetModelConfigurationError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying set the model configuration on gazebo.
Initializes the SetModelConfigurationError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.GetPhysicsPropertiesError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying to retrieve the physics properties from gazebo.
Initializes the GetPhysicsPropertiesError exception object.
- Parameters:
- exception ros_gazebo_gym.exceptions.SetPhysicsPropertiesError(message='', log_message='', **details)[source]
Bases:
Exception
Custom exception that is raised when an error occurred while trying to set physics properties on the gazebo physics engine.
Initializes the SetPhysicsPropertiesError exception object.
- Parameters: