ntnu-arl / gbplanner_ros

Graph-based Exploration Planner for Subterranean Environments
BSD 3-Clause "New" or "Revised" License
667 stars 152 forks source link

I want to change the range of the sensor. #47

Open romaster93 opened 7 months ago

romaster93 commented 7 months ago

I am using a LiDAR sensor tilted 30 degrees forward for ground recognition. Therefore, I want to select the sensor range as KLidar and adjust the angle in the GBPlanner. Can I make this change in param.cc?

MihirDharmadhikari commented 7 months ago

Hi @romaster93 ,

Yes, you can make these changes from the gbplanner_config.yaml itself. To set the orientation of the sensor, you can use this parameter. The order is roll, pitch, yaw. Similarly, the range can be set here.

Best, Mihir