Skip to content

Cross platform Desktop Application for Robotics Academy

Notifications You must be signed in to change notification settings

codezerro/RoboticsAcademy-Desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboticsAcademy Desktop: Learn Robotics, Artificial Intelligence and Computer Vision

Table of Contents

About

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.

Installation

Prerequisites

Steps

  1. Clone the repository:
git clone https://github.com/JdeRobot/RoboticsAcademy-Desktop.git
cd RoboticsAcademy-Desktop
  1. Install dependencies
npm install
  1. Run the application
npm run start

Development

Getting Started

To start developing, follow the installation steps above, and then run the app in development mode:

  1. Start the app in development mode:
npm run dev

Build

  • Linux (Ubuntu): After successfully installing the dependencies. Run the

    npm run build:linux
    

Build Package:

📍 After successfully executing the build command, the target build package will be found in the 📁 dist folder.

⚠️ You may need to install build dependencies for target package. Learn more

✒️ You can configure builder as your need. See electron-builder.yml file.

Contributing

Take a look at the contributing guide lines.

About

Cross platform Desktop Application for Robotics Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.2%
  • CSS 2.6%
  • HTML 2.1%
  • JavaScript 2.1%