ntnu-arl / gbplanner_ws

Simulation workspace for gbplanner_ros package
18 stars 13 forks source link

how to operate on real robot? #5

Open pangchenglin opened 3 years ago

pangchenglin commented 3 years ago

This is a interest job and I want to operator on my Jackal, But lots of param I dont know how to set.Could you please open the params on the real robot?

MihirDharmadhikari commented 3 years ago

Hi @pangchenglin,

Sorry for the delayed reply. In order to use the planner with a ground robot you will need to have your path tracking controller to follow the path provided. Currently, the planner plans paths in 2D for ground robot. There are a few changes that are needed in the config files for using with ground robots. You will need to change the following parameters in the gbplanner_config:

Other than this you won't need to change any parameters in the gbplanner_config file to run on the robot. Will you be using a 3D lidar like VLP16 on your robot?

The voxblox_sim_config and the octomap_sim_config are the config files for the mapping framework. You will have to specify the appropriate one that you will use on your robot. The readme file of gbplanner_ros shows how it is to be done.

I hope this helps you run the planner on the robot. We are in processes of making a wiki to help users understand the package better. Feel free to contact if you have any further questions.

Thanks, Mihir