simulation.src.simulation_evaluation.src.drive_test.node module¶
Reference¶
-
class
DriveTestNode(run: bool = True)[source]¶ Bases:
simulation.utils.ros_base.node_base.NodeBaseComplete an automatic test using this node.
Also the gazebo simulation, KITcar_brain and the CarStateNode needs to be running.
-
receive_groundtruth_update(msg: simulation_groundtruth.msg._GroundtruthStatus.GroundtruthStatus)[source]¶ Receive GroundtruthStatus message.
- Parameters
msg – New GroundtruthStatus message
-
receive_state_machine_info(msg: std_msgs.msg._String.String)[source]¶ Receive info message when state machines change.
- Parameters
msg – New string message
-