Introducing Autoware Build GUI: A User-Friendly Interface for Building Autoware Packages #3844
KhalilSelyan
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
https://github.com/orgs/autowarefoundation/discussions/2581 could be utilized to find the dependencies automatically. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you very much, the GUI is very useful in my opinion.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Autoware Community!
I'm excited to introduce the Autoware Build GUI, a Tauri / NextJS application designed to simplify the process of building Autoware packages. With this GUI, users no longer need to rely solely on command prompts. Instead, they can utilize a user-friendly graphical interface to streamline their workflow.
Demo Video
Key Points:
Key Features:
src
Folder Creation: If there's nosrc
folder, the app will create one, clone the repos inside ofautoware.repos
, and runrosdep install
.Getting Started:
Prerequisite:
Before using the Autoware Build GUI, ensure you have completed the initial setup as outlined in the Autoware Development Environment Setup Guide. This step is crucial for the smooth functioning of the GUI, as it does assume you've gone through that specific step.
.deb
file for a quick start.Autoware Build GUI Repository
Feedback & Contributions:
This tool was created to make the package building process more accessible and efficient for all Autoware users. Your feedback is invaluable! Whether it's a feature suggestion, a bug report, or general feedback, we're all ears. If you're a developer, feel free to dive into the code and make contributions. Together, we can make this tool even better for the entire Autoware community.
Beta Was this translation helpful? Give feedback.
All reactions