Skip to content

Commit

Permalink
Extend the measurement of max_distance from 6m to 8m
Browse files Browse the repository at this point in the history
  • Loading branch information
kintzhao committed Dec 15, 2016
1 parent 327051b commit a1ac71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void publish_scan(ros::Publisher *pub,
scan_msg.scan_time = scan_time;
scan_msg.time_increment = scan_time / (double)(node_count-1);
scan_msg.range_min = 0.15;
scan_msg.range_max = 6.;
scan_msg.range_max = 8.0;

scan_msg.intensities.resize(node_count);
scan_msg.ranges.resize(node_count);
Expand Down

0 comments on commit a1ac71c

Please sign in to comment.