-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Remaining Mission Distance and ETA Functionality and Visualization #4593
Comments
@ahmeddesokyebrahim could you open up the PR for this task? |
The following PRs are ready for review 🔴 merge sequence matters 🔴 |
Could you add the message to https://github.com/autowarefoundation/autoware_internal_msgs instead? https://github.com/autowarefoundation/autoware_msgs is for more mandatory interfaces of the Autoware. Also I think time estimation can be a bit tricky, maybe we can only start with the remaining distance metric. |
@xmfcx : I am thinking of keeping the time information in the msg definition for reporting and debugging purposes, similar to suggestion from @mitsudome-r -san in the meeting, so they will stay in the publisher and we may handle some corner cases when the vehicle stops and so on. Let me know what do you think about that. |
Finished as all related PRs are merged and the functionality is incorporated into the Autoware. |
Checklist
Description
The issue entails integrating functionality to provide and visualize the remaining mission distance and estimated time of arrival (ETA) within Autoware.
Purpose
To enhance Autoware's capabilities by providing users with real-time information regarding the remaining distance to their destination and the estimated time needed to reach it.
As the remaining mission distance and estimated time of arrival (ETA) is currently not provided or visualized in the Autoware system, this feature is crucial for enhancing the user experience by providing real-time information about the progress of the mission and the estimated time left.
Possible approaches
Definition of done
The text was updated successfully, but these errors were encountered: