robolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.
To use robolaunch-ui, you must first have Node.js installed on your computer. You can then follow the steps below:
Clone or download robolaunch-ui repository. You can start here;
git clone https://github.com/robolaunch/ui
Run this command to download the packages the project depends on.
npm install
Run the following command to start the project
npm start
Please see this guide if you want to contribute.