MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / Cautious

Class Cautious

agents/navigation/types_behavior.py:7–16  ·  view source on GitHub ↗

Class for Cautious agent.

Source from the content-addressed store, hash-verified

5
6
7class Cautious(object):
8 """Class for Cautious agent."""
9 max_speed = 40
10 speed_lim_dist = 6
11 speed_decrease = 12
12 safety_time = 3
13 min_proximity_threshold = 12
14 braking_distance = 6
15 overtake_counter = -1
16 tailgate_counter = 0
17
18
19class Normal(object):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected