While in Developer Mode, you have root access to the system and you can access Ubuntu in standard ways.
You can ssh to your robot's local IP. Unless you've changed the username or password, the default is "double" and the default password should have been emailed to you after our team switches your robot into developer mode.
For more secure access, we recommend setting up key-based SSH login.
The best way to develop on a D3 via your dev machine is to use the new VS Code Remote Development feature. VS Code runs on your dev machine, but connects via SSH to your robot and enables you to edit files directly on the robot's drive. We use it internally and it works really well.
You can use an HDMI monitor and USB keyboard to access the console locally by switching to a different TTY. However, this is not recommended.
- Power on Double 3 and wait for it to boot.
- Enable the USB ports via the Developer Monitor > Dashboard > Rear USB Ports > Enable
- Plug in a USB keyboard and an HDMI monitor (must be after it booted).
- Press
Ctrl
Alt
F1
and the console should appear on the HDMI monitor with a login prompt. Unless you've changed the username or password, the default is "double" and the default password should have been emailed to you after our team switches your robot into developer mode. - Press
Ctrl
Alt
F2
to get back to the standard Double 3 user interface.
We do not recommend switching the device into the Ubuntu Desktop mode. It is not supported.