rayvburn / srpb

A source code and the toolkit accompanying the paper "Quantitative Metrics for Benchmarking Human-Aware Robot Navigation"
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Is this header file missing: srpb_logger/global_planner_logger.h ? #32

Open MandyZhang4869 opened 3 months ago

MandyZhang4869 commented 3 months ago

when I catkin_make, the error show that missing the header file, and I didn't find it in the "srpb_logger" folder

image image
MandyZhang4869 commented 3 months ago

and how to run the code?

rayvburn commented 1 month ago

Hi, @MandyZhang4869! Sorry for the late reply.

I suspect you are trying to compile srpb_move_base from the melodic-devel-srpb branch, which is not currently compatible with the melodic_devel branch of the srpb ecosystem.

You can either:

To run the srpb benchmark you just need to inspect your launch file that runs the ROS1 navigation stack and swap the move_base node to srpb_move_base. Once this step is performed, the required logs will be saved each time you send a navigation goal to your robot. Once you'll have those logs, refer to this README to perform the evaluation.

I'll try to prepare detailed usage instructions soon. Do not hesitate to ask further questions regarding the usage.