Parking accuracy problem #5416
-
When testing some algorithm functions of autoware in the real car, I have a question about how the algorithm restricts the accuracy of parking. It seems that I do not see relevant parameters in the algorithm of lane_driving scenario. It is possible to directly control the distance between goal_pose and base_link during parking within a certain value. Does anyone have relevant experience to share below? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
There is currently no mechanism to guarantee parking accuracy. |
Beta Was this translation helpful? Give feedback.
-
hi @hzkkk1997 Considering using autoware in real world parking,you will find autoware’s parking framework is similar to ADAS parking,including path search and trajectory following。 But they are different in details: modern chasis provide distance control interface to Parking control module, in that case ESC will do vehicle motion control Precisely considering actuator control latency,ego dynamics properties and many other factors Above is one of those. After all you can get a “not so bad” parking result if you take more time tunning with your chasis happy hacking! Xingang |
Beta Was this translation helpful? Give feedback.
There is currently no mechanism to guarantee parking accuracy.
The mission planner will consider the goal reached based on its parameters (see https://autowarefoundation.github.io/autoware.universe/main/planning/autoware_mission_planner/#parameters). But even if the goal is not reach, there is no mechanism to fix the inaccurate parking.