Add predefined station list to Autoware API #5274
Unanswered
VRichardJP
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For both cargo and bus ODD projects, it is quite common to ask Autoware to only move around a predefined set of goal poses. Since these goal poses are pretty much tied to the vector map and its coordinate system, it does not make much sense to manage these goals outside autoware. Thus, I think it would be nice to add a way to configure these "stations".
For example, inside the
${map_path}
directory, we could have a newstations.yaml
, containing a list of stations and misc data like so:A new API topic (for example
/api/map/stations
) would expose the list of stations for third-party tools.For example, a new Rviz plugin could allow the user to set the goal from the list of available stations.
Beta Was this translation helpful? Give feedback.
All reactions