Skip to content

Commit ce01f79

Browse files
authored
Update software.md
1 parent bf26c0b commit ce01f79

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

software.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ Thanks to [John Vial](https://github.com/johnny555) for contributing this code
4949
- Get your IP address from your router or [AngryIP](https://angryip.org/){:target="_blank"}.)
5050
- Install [Docker](https://www.docker.com/products/docker-desktop/){:target="_blank"}
5151
- in a terminal
52-
```docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m ghcr.io/tiryoh/ros2-desktop-vnc:jazzy'''
52+
```docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m ghcr.io/tiryoh/ros2-desktop-vnc:jazzy```
5353
- Open browser to http://127.0.0.1:6080/ fullscreen the Linux desktop tab
54-
- In a terminal on your new linux virtual machine;
55-
- In a terminal '''git clone https://github.com/rosmo-robot/rosmo-firmware/```
54+
- In a terminal on linux VM
55+
```git clone https://github.com/rosmo-robot/rosmo-firmware/```
5656
- In file browser navigate to /home/sam/rosmo-firmware/firmware/include
5757
- 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, save the file
58-
In terminal '''cd ~/rosmo-firmware/firmware''
59-
```pio -t ```
58+
In terminal on VM
59+
```cd ~/rosmo-firmware/firmware```
60+
```pio -t```
6061
- Open a file browser & search for .bin
6162
- Send the .bin file to yourself via email or Google drive or similar
6263
- In your normal Windows/Mac desktop environment visit [ESP web tool](https://esp.huhn.me/)

0 commit comments

Comments
 (0)