Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ctu-mrs/mrs_uav_unreal_simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCapek committed Mar 14, 2024
2 parents 6486f40 + ec3bc6e commit 2c51cc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tmux/one_drone/config/octomap_planner.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
safe_obstacle_distance: 1.2 # [m]
euclidean_distance_cutoff: 1.2 # [m]
max_altitude: 10.0 # [m]

subt_planner:
use: false
use: true
4 changes: 3 additions & 1 deletion tmux/one_drone/config/octomap_server.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
resolution: 0.2

# for point cloud raycasting
sensor_params:

Expand All @@ -8,7 +10,7 @@ sensor_params:
sensor_0:

max_range: 20.0 # [m] max range of points to be included as occupied, free space is updated up to min(max_range, free_ray_distance)
free_ray_distance: 15.0 # [m] max distance for free space raycasting
free_ray_distance: 10.0 # [m] max distance for free space raycasting

# fallback values used for free space raycasting for missing data, uses pointcloud dimensions from the incoming message by default
vertical_fov_angle: deg(90.0)
Expand Down
2 changes: 1 addition & 1 deletion tmux/one_drone/config/world_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ world_origin:

safety_area:

enabled: true
enabled: false

horizontal:

Expand Down

0 comments on commit 2c51cc0

Please sign in to comment.