Skip to content
Snippets Groups Projects
Commit 7f6607ba authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch 'devel' of...

Merge branch 'devel' of ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_ros/wolf_ros_laser.git into devel
parents ef4834c0 4a13f7ee
No related branches found
No related tags found
2 merge requests!4new release,!3New release
...@@ -59,6 +59,10 @@ void SubscriberLaser2d::callback(const sensor_msgs::LaserScan::ConstPtr& msg) ...@@ -59,6 +59,10 @@ void SubscriberLaser2d::callback(const sensor_msgs::LaserScan::ConstPtr& msg)
// WOLF_INFO("MSG ", msg->range_min, " PARAMS " , params_.range_min_); // WOLF_INFO("MSG ", msg->range_min, " PARAMS " , params_.range_min_);
// WOLF_INFO("CaptureLaser ranges: ", new_capture->getScan().ranges_raw_.size()); // WOLF_INFO("CaptureLaser ranges: ", new_capture->getScan().ranges_raw_.size());
// std::cout << "Cap Seq " << new_capture->id() << " " << msg->header.seq << "\n"; // 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;
if (not laser_intrinsics_set_) if (not laser_intrinsics_set_)
{ {
params_.angle_min_ = msg->angle_min; params_.angle_min_ = msg->angle_min;
......
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