ebee3a55346123fa932ee3dd6a52abb2f13a7d84
RoboCommander v0.3.6
A desktop application built with Electron for controlling and managing robot interactions.
Requirements
- Node.js v8.11.1 (use nvm to manage versions)
- All required
node_modulesare included — nonpm installneeded
Setup
1. Install nvm (if not already installed)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
2. Install and use Node v8.11.1
nvm install 8.11.1
nvm use 8.11.1
Verify:
node --version
# Expected: v8.11.1
3. Extract the archive (if you haven't already)
tar -xf RoboCommander.tar -C /path/to/destination
cd /path/to/destination
Running the App
Launch with the bundled Electron binary:
./node_modules/.bin/electron .
This will open the RoboCommander window (1280x720).
Linux: No display / headless environment
If you get a display error, make sure your DISPLAY environment variable is set:
DISPLAY=:0 ./node_modules/.bin/electron .
Notes
- Do not run with
node main.js— this is an Electron app and must be launched via theelectronbinary. - The app is pre-built. Source files are bundled into
main.jsandrenderer.js— no build step is required. - Electron version: 4.0.8
Description
Releases
1
RoboCommander v0.3.6
Latest
Languages
HTML
100%