Skip to content

Commit df77715

Browse files
authored
Update software.md
1 parent d6be457 commit df77715

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

software.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Current status: Working but encoders not yet configured.
3838
Status: Wheels spinning, but not fully tested yet.
3939

4040
- [Linorobot2](https://github.com/hippo5329/linorobot2)
41-
- Install [Docker desktop](https://www.docker.com/products/docker-desktop/){:target="_blank"}
42-
- [Download Docker image](https://hub.docker.com/r/samuk/rosmorobot/tags){:target="_blank"} and run in Docker desktop
41+
- Install [Docker](https://www.docker.com/products/docker-desktop/){:target="_blank"}
42+
- 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
44-
- Open a terminal
45-
- git clone https://github.com/johnny555/rosmo
46-
- cd /rosmo/firmware/include
47-
- nano config.h (put in your wifi credentials at line 195, set the agent IP at line 207 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
48-
- cd ..
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
46+
- In file browser navigate to Downloads/rosmo/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
48+
- open a terminal and Downloads/rosmo/firmware/
4949
- pio run -e esp32s3_wifi
5050
- Open a file browser & search for .bin
5151
- Send the .bin file to yourself via email or Google drive

0 commit comments

Comments
 (0)