Skip to content

Parking trajectory for diff-drive robot #2592

Answered by takayuki5168
soblin asked this question in Q&A
Discussion options

You must be logged in to vote

Here we use Hybrid A* search for parking planning.
https://github.com/autowarefoundation/autoware.universe/tree/main/planning/freespace_planning_algorithms/src

In Hybrid A* search, we assume that the vehicle's following path as reeds shepp curves. That's why the generated trajectory is like car-like vehicle's one.
To handle diff drive robot, we have to add its dynamics or kinematics model instead of reeds shepp in Hybrid A* search.

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@takayuki5168
Comment options

@HiroIshida
Comment options

Answer selected by soblin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants