实现行为树执行器、任务协调和技能接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mode": "simulation",
|
||||
"map_id": "sim-map",
|
||||
"simulation_complete_sec": 0.5,
|
||||
"poll_interval_sec": 0.05,
|
||||
"safety": {
|
||||
"odom_max_age_sec": 0.2,
|
||||
"stationary_window_sec": 0.3,
|
||||
"linear_stopped_mps": 0.005,
|
||||
"angular_stopped_radps": 0.005,
|
||||
"pose_max_age_sec": 0.2,
|
||||
"readiness_max_age_sec": 0.5,
|
||||
"stop_wait_timeout_sec": 1.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user