You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: software.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,18 @@ Status: Wheels spinning, but not fully tested yet.
42
42
- in a terminal: docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m samuk/rosmorobot:humble
43
43
- Open browser to http://127.0.0.1:6080/ fullscreen the Linux desktop tab
44
44
- Open firefox in the virtual machine, open this page so you can copy/paste
45
-
- in a second tab download & extract [https://github.com/johnny555/rosmo](https://github.com/rosmo-robot/rosmo-firmware/archive/refs/heads/main.zip)
46
-
- In file browser navigate to Downloads/rosmo-main/firmware/include
47
-
- right click on config.h & open in pluma (put in your wifi credentials at line 116, set the agent IP at line 113 & lidar ip at line 129 to the address of your computer, get this from your router or [AngryIP](https://angryip.org/){:target="_blank"}.) <ctrl +O> to save <ctrl + X> to exit
45
+
- in a second tab download & extract [https://github.com/rosmo-robot/linorobot2_hardware](https://github.com/rosmo-robot/linorobot2_hardware)
46
+
- Get your IP address from your router or [AngryIP](https://angryip.org/){:target="_blank"}.)
47
+
- In file browser navigate to /Downloads/linorobot2_hardware-master/config/custom
48
+
- right click on rosmo_config.h & open in pluma (put in your wifi credentials at line 116, set the agent IP at line 113 & lidar ip at line 129 to the address of your computer, save the file
48
49
- open a terminal paste curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
0 commit comments