Skip to content

Commit

Permalink
fix: parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta committed Jan 10, 2023
1 parent a906e9c commit 985978e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
lowpass_gain: 0.9 # gain parameter for low pass filter [-]
max_velocity: 20.0 # max velocity [m/s]
enable_slow_down: False # whether to use slow down planner [-]
voxel_grid_x: 0.5 # voxel grid x parameter for filtering pointcloud [m]
voxel_grid_y: 0.5 # voxel grid y parameter for filtering pointcloud [m]
voxel_grid_x: 0.05 # voxel grid x parameter for filtering pointcloud [m]
voxel_grid_y: 0.05 # voxel grid y parameter for filtering pointcloud [m]
voxel_grid_z: 100000.0 # voxel grid z parameter for filtering pointcloud [m]

stop_planner:
Expand Down

0 comments on commit 985978e

Please sign in to comment.