Variables | |
| angle | |
| destinations_count = random.randint(0, path_count) | |
| destinations_indexes = random.sample(range(path_count), destinations_count) | |
| destinations_msg = PredictedLocations() | |
| destinations_pub = rospy.Publisher("destinations", PredictedLocations, queue_size=1) | |
| loop_rate = rospy.Rate(publish_rate) | |
| max_seconds = rospy.get_param("~max_minites", 15*60) | |
| nowDt = datetime.now(pytz.utc) | |
| int | past_seconds = 0 |
| path_count = random.randint(path_lower, path_upper) | |
| path_lower = rospy.get_param("~path_lower", 0) | |
| path_msg = PredictedLocations() | |
| path_pub = rospy.Publisher("path", PredictedLocations, queue_size=1) | |
| path_upper = rospy.get_param("~path_lower", 10) | |
| planar_datum_uuid | |
| predicted_location = PredictedLocation() | |
| publish_rate = rospy.get_param("~publish_rate", 1) | |
| list | time_deltas = [random.randint(1, max_seconds/path_count) for i in range(path_count)] |
| timestamp | |
| w | |
| int | x = 0 |
| int | y = 0 |
| z | |
| fake_path_and_destinations.angle |
Definition at line 46 of file fake_path_and_destinations.py.
| fake_path_and_destinations.destinations_count = random.randint(0, path_count) |
Definition at line 60 of file fake_path_and_destinations.py.
| fake_path_and_destinations.destinations_indexes = random.sample(range(path_count), destinations_count) |
Definition at line 61 of file fake_path_and_destinations.py.
| fake_path_and_destinations.destinations_msg = PredictedLocations() |
Definition at line 27 of file fake_path_and_destinations.py.
| fake_path_and_destinations.destinations_pub = rospy.Publisher("destinations", PredictedLocations, queue_size=1) |
Definition at line 18 of file fake_path_and_destinations.py.
| fake_path_and_destinations.loop_rate = rospy.Rate(publish_rate) |
Definition at line 24 of file fake_path_and_destinations.py.
| fake_path_and_destinations.max_seconds = rospy.get_param("~max_minites", 15*60) |
Definition at line 21 of file fake_path_and_destinations.py.
| fake_path_and_destinations.nowDt = datetime.now(pytz.utc) |
Definition at line 38 of file fake_path_and_destinations.py.
| int fake_path_and_destinations.past_seconds = 0 |
Definition at line 39 of file fake_path_and_destinations.py.
| fake_path_and_destinations.path_count = random.randint(path_lower, path_upper) |
Definition at line 33 of file fake_path_and_destinations.py.
| fake_path_and_destinations.path_lower = rospy.get_param("~path_lower", 0) |
Definition at line 19 of file fake_path_and_destinations.py.
| fake_path_and_destinations.path_msg = PredictedLocations() |
Definition at line 26 of file fake_path_and_destinations.py.
| fake_path_and_destinations.path_pub = rospy.Publisher("path", PredictedLocations, queue_size=1) |
Definition at line 17 of file fake_path_and_destinations.py.
| fake_path_and_destinations.path_upper = rospy.get_param("~path_lower", 10) |
Definition at line 20 of file fake_path_and_destinations.py.
| fake_path_and_destinations.planar_datum_uuid |
Definition at line 51 of file fake_path_and_destinations.py.
| fake_path_and_destinations.predicted_location = PredictedLocation() |
Definition at line 41 of file fake_path_and_destinations.py.
| fake_path_and_destinations.publish_rate = rospy.get_param("~publish_rate", 1) |
Definition at line 22 of file fake_path_and_destinations.py.
| list fake_path_and_destinations.time_deltas = [random.randint(1, max_seconds/path_count) for i in range(path_count)] |
Definition at line 34 of file fake_path_and_destinations.py.
| fake_path_and_destinations.timestamp |
Definition at line 42 of file fake_path_and_destinations.py.
| fake_path_and_destinations.w |
Definition at line 50 of file fake_path_and_destinations.py.
| int fake_path_and_destinations.x = 0 |
Definition at line 29 of file fake_path_and_destinations.py.
| int fake_path_and_destinations.y = 0 |
Definition at line 30 of file fake_path_and_destinations.py.
| fake_path_and_destinations.z |
Definition at line 45 of file fake_path_and_destinations.py.