From 72a18c61747b543cd38a773e8f97e0c52770187b Mon Sep 17 00:00:00 2001 From: YoheiKakiuchi Date: Tue, 27 Sep 2016 22:50:17 +0900 Subject: [PATCH] [jsk_footstep_planner] update launch for JAXON_RED --- .../heightmap_perception/heightmap.launch | 67 ++++++++++++++----- 1 file changed, 51 insertions(+), 16 deletions(-) diff --git a/jsk_footstep_planner/launch/heightmap_perception/heightmap.launch b/jsk_footstep_planner/launch/heightmap_perception/heightmap.launch index 14eb4f251..554c1bece 100644 --- a/jsk_footstep_planner/launch/heightmap_perception/heightmap.launch +++ b/jsk_footstep_planner/launch/heightmap_perception/heightmap.launch @@ -7,6 +7,7 @@ + analysis_level: whole_links @@ -91,7 +92,6 @@ use_message: true frame_ids: [$(arg STAND_FRAME)] - #polygon_array: [[[0.25, 0.25, -0.01], [-0.25, 0.25, -0.01], [-0.25, -0.25, -0.01], [0.25, -0.25, -0.01]]] polygon_array: [[[0.5, 0.5, -0.01], [-0.5, 0.5, -0.01], [-0.5, -0.5, -0.01], [0.5, -0.5, -0.01]]] @@ -106,12 +106,17 @@ max_queue_size: 50 - min_x: -4.0 - max_x: 4.0 + min_x: -3.0 + max_x: 5.0 min_y: -4.0 - max_y: 4.0 - resolution_x: 800 - resolution_y: 800 + max_y: 4.0 + resolution_x: 800 ## 0.01 m/pixel + resolution_y: 800 ## 0.01 m/pixel + + + mask_size: 4 ## cover 0.08m + max_variance: 0.14 + smooth_meshod: average center_frame_id: $(arg ROBOT_FRAME) @@ -127,32 +132,62 @@ negative: true - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - + + - + + - + + - + +