Closed Dennis-AIGC closed 4 months ago
https://github.com/ai-winter/ros_motion_planning/blob/d0f8f569df0987e83dad79ab18e64e3f1b60c2a2/src/core/local_planner/pid_planner/src/pid_planner.cpp#L326
Hello there, how can I best understand the main points of this function?
The returned value of this function is the control vector u that comprises two command values: u[0] represents the new linear velocity, and u[1] denotes the new angular velocity.
u
u[0]
u[1]
https://github.com/ai-winter/ros_motion_planning/blob/d0f8f569df0987e83dad79ab18e64e3f1b60c2a2/src/core/local_planner/pid_planner/src/pid_planner.cpp#L326
Hello there, how can I best understand the main points of this function?