I would like to ask Trajectory Scoring Parameters of DWA.

asked 2019-01-21 04:50:00 -0500

saito gravatar image

updated 2019-01-28 05:06:39 -0500

Hello. I am a ROS beginner. I am doing SLAM of turtlebot 2 in the ubuntu 14.04, ros (indigo) personal computer environment.

I am asking questions by looking at the DWA page of ros.wiki.

cost = path_distance_bias * (distance to path from the endpoint of the trajectory in meters) + goal_distance_bias * (distance to local goal from the endpoint of the trajectory in meters) + occdist_scale * (maximum obstacle cost along the trajectory in obstacle cost (0-254))

Will the larger value of cost be adopted as the trajectory evaluated by this function? Will the smaller one be adopted?

and,distance to path from the endpoint of the trajectory in meters is the closest distance to the global trajectory plan? distance to local goal from the endpoint of the trajectory in meters Where is the local goal? Where is this figure? image description

Thank you,my friend.yea

edit retag flag offensive close merge delete

Comments

Have you had a look at ROS Navigation Tuning Guide

curi_ROS gravatar image curi_ROS  ( 2019-01-28 07:53:03 -0500 )edit

yes.However,I cant understand where to be rocal goal.

saito gravatar image saito  ( 2019-01-30 23:05:18 -0500 )edit