Skip to content

Commit f3888c4

Browse files
authored
Update software.md
1 parent e2126dd commit f3888c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

software.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,18 @@ Status: Wheels spinning, but not fully tested yet.
4242
- in a terminal: docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m samuk/rosmorobot:humble
4343
- Open browser to http://127.0.0.1:6080/ fullscreen the Linux desktop tab
4444
- 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
4849
- open a terminal paste curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
4950
python3 get-platformio.py
5051
sudo mkdir -p /usr/local/bin
5152
sudo ln -s ~/.platformio/penv/bin/platformio /usr/local/bin/platformio
5253
sudo ln -s ~/.platformio/penv/bin/pio /usr/local/bin/pio
5354
sudo ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
54-
- cd Downloads/rosmo/firmware/
55-
- pio run -e esp32s3_wifi
55+
- cd /Downloads/linorobot2_hardware-master/firmware/
56+
- pio run -e rosmo
5657
- Open a file browser & search for .bin
5758
- Send the .bin file to yourself via email or Google drive
5859
- In your normal Windows/Mac desktop environment visit [ESP web tool](https://esp.huhn.me/)

0 commit comments

Comments
 (0)