The Robotics-Academy Desktop Application is an application used for accessing the Robotics-Academy exercises on any platform, This has been built using Electron.js. JdeRobot Academy is an open source platform that provides a collection of exercises for learning robotics in a practical way. RoboticsAcademy is completely ROS-based, and includes robotics standard tools like Gazebo and Rviz.
- Clone the repository:
git clone https://github.com/JdeRobot/RoboticsAcademy-Desktop.git
cd RoboticsAcademy-Desktop
- Install dependencies
npm install
- Run the application
npm run start
To start developing, follow the installation steps above, and then run the app in development mode:
- Start the app in development mode:
npm run dev
-
Linux (Ubuntu): After successfully installing the dependencies. Run the
npm run build:linux
📍 After successfully executing the build command, the target build package will be found in the 📁 dist folder.
✒️ You can configure builder as your need. See electron-builder.yml file.
Take a look at the contributing guide lines.