Skip to content

Commit

Permalink
changed the increment to be 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Chies committed Nov 12, 2024
1 parent ccc1caf commit 2682f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SF45LaserSerial::SF45LaserSerial(const char *port) :
// populate obstacle map members
_obstacle_map_msg.frame = obstacle_distance_s::MAV_FRAME_BODY_FRD;
_obstacle_map_msg.sensor_type = obstacle_distance_s::MAV_DISTANCE_SENSOR_LASER;
_obstacle_map_msg.increment = 10;
_obstacle_map_msg.increment = 5;
_obstacle_map_msg.min_distance = 20;
_obstacle_map_msg.max_distance = 5000;
_obstacle_map_msg.angle_offset = 0;
Expand Down

0 comments on commit 2682f41

Please sign in to comment.