Skip to content
Snippets Groups Projects
Commit f44f902d authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

removed unnecessary bool

parent 78185b8d
No related branches found
No related tags found
2 merge requests!4new release,!3New release
......@@ -48,7 +48,7 @@ void SubscriberLaser2d::callback(const sensor_msgs::LaserScan::ConstPtr& msg)
// std::cout << "Cap Seq " << new_capture->id() << " " << msg->header.seq << "\n";
//Currently this line is just to bypass the ROS "auto config". from the ROS msg. Maybe we want to explore
//getting the params from the msg instead of the yaml file in the future.
laser_intrinsics_set_ = true;
//laser_intrinsics_set_ = true;
if (!laser_intrinsics_set_)
{
auto sensor_laser_ptr = std::dynamic_pointer_cast<SensorLaser2d>(sensor_ptr_);
......
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