You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although many different scenarios are mentioned in the planning design and are supported in the AWsim simulator, it requires disabling the obstacle detection and extending the original parking maps.
Furthermore, the autoware_freespace_planner is a module created in the ancient Autoware.Auto era and is not integrated into the current Behavioral Planner architecture.
And though TIER IV promotes its bus driving in cities, I don't see any public information about reverse parking maneuvers in Autoware.
That said, I want to implement reverse parking for a real vehicle (but starting in the Carla simulator). Since the planning module creates feasible trajectories, the control pipeline can't realize them - mostly due to unstable orientation direction.
So I added a slightly customized autoware_path_smoother (supporting backward trajectories) between the freespace_planner and scenario_selector modules. This results in a slightly better trajectory, but there are still cases where the smoother reverses orientation (resampling of points where at the beginning x,y increase, and then decrease).
Are you able to park the vehicle? If so, how do you achieve that? For example, does TIER IV have a solution?
I don't see any work proceeding in AWF regarding parking support in real-life scenarios. Are you going to integrate parking maneuvers into the Behavioral Planner architecture?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Autoware doesn't support reverse driving. There are only two cases when it is possible:
Although many different scenarios are mentioned in the planning design and are supported in the AWsim simulator, it requires disabling the obstacle detection and extending the original parking maps.

Furthermore, the
autoware_freespace_planneris a module created in the ancient Autoware.Auto era and is not integrated into the current Behavioral Planner architecture.And though TIER IV promotes its bus driving in cities, I don't see any public information about reverse parking maneuvers in Autoware.
That said, I want to implement reverse parking for a real vehicle (but starting in the Carla simulator). Since the planning module creates feasible trajectories, the control pipeline can't realize them - mostly due to unstable orientation direction.


So I added a slightly customized
autoware_path_smoother(supporting backward trajectories) between thefreespace_plannerandscenario_selectormodules. This results in a slightly better trajectory, but there are still cases where the smoother reverses orientation (resampling of points where at the beginning x,y increase, and then decrease).The smoother issue is already 2 years old. I've provided there some ROS2 bags for future investigation.
So finally, my questions are:
Beta Was this translation helpful? Give feedback.
All reactions