You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enable_delay_compensation`| bool | if True, tracker use timers to schedule publishers and use prediction step to extrapolate object state at desired timestamp |
82
89
|`publish_rate`| double | Timer frequency to output with delay compensation |
90
+
|`publish_processing_time`| bool | enable to publish debug message of process time information |
91
+
|`publish_tentative_objects`| bool | enable to publish tentative tracked objects, which have lower confidence |
92
+
|`publish_debug_markers`| bool | enable to publish debug markers, which indicates association of multi-inputs, existence probability of each detection |
83
93
84
94
#### Association parameters
85
95
@@ -93,13 +103,6 @@ Node parameters are defined in [multi_object_tracker.param.yaml](config/multi_ob
93
103
94
104
## Assumptions / Known limits
95
105
96
-
<!-- Write assumptions and limitations of your implementation.
97
-
98
-
Example:
99
-
This algorithm assumes obstacles are not moving, so if they rapidly move after the vehicle started to avoid them, it might collide with them.
100
-
Also, this algorithm doesn't care about blind spots. In general, since too close obstacles aren't visible due to the sensing performance limit, please take enough margin to obstacles.
0 commit comments