simulation.utils.drive_test.drive_test_cmd module¶
Reference¶
-
class
DriveTestCmd(*, desc: str, must_succeed: bool = False, environment: Optional[Dict[str, Any]] = None, **ros_args)[source]¶ Bases:
simulation.utils.basics.ros_cmd.ROSCmdSimple Wrapper of ROSCmd to run drive tests.
-
success: bool = False¶ If the command has ran successfully.
-
desc: str = None¶ Description of the drive.
-
must_succeed: bool = False¶ If the command has to succeed.
-