linyicheng1 / teb_local_planner

teb local planner without ros, teb 局部路径规划算法,非ROS
90 stars 34 forks source link

Map Resolution #3

Open HY-W opened 2 years ago

HY-W commented 2 years ago

@linyicheng1 Are there parameters to adjust the map resolution? I see start point and end point * 100 and + an offset in main.cpp. But I can't find such a parameter in teb_config.h that can change the map resolution. Is the resolution fixed? If not, where is it? Or how to change it?

linyicheng1 commented 2 years ago

This depends on the map image used, as the image coordinate and the actual map coordinate need to be transformed somewhat when using images for visualization.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年12月21日(星期二) 下午3:41 收件人: @.>; 抄送: @.>; @.>; 主题: [linyicheng1/teb_local_planner] Map Resolution (Issue #3)

@linyicheng1 Are there parameters to adjust the map resolution? I see start point and end point * 100 and + an offset in main.cpp. But I can't find such a parameter in teb_config.h that can change the map resolution. Is the resolution fixed? If not, where is it? Or how to change it?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

HY-W commented 2 years ago

Thanks for your reply! there is another question, when I set the obstacles.min_obstacle_dist and inflation_dist to a small value(0.00001), robot.min_turning_radius to 0.00001 . The trajectory is still far away from the obstacle point.
Also, the trajectory can't converge. 图片

图片