Skip to content
Snippets Groups Projects
Commit 5ecf1949 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

minor fix

parent 678debf5
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ LidarLiteDriverNode::ThreadFunc(void)
this->range_msg_.field_of_view = 0.1;
this->range_msg_.min_range = 0;
this->range_msg_.max_range = 40;
this->range_msg_.range = range/100.0;
this->range_msg_.range = (double)range/100.0;
this->range_publisher_.publish(this->range_msg_);
// Increment range publisher counter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment