Skip to content

Commit c57f54e

Browse files
authored
Update software.md
1 parent ad0148e commit c57f54e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

software.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ Thanks to [John Vial](https://github.com/johnny555) for contributing this code
4848

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"}
51-
- Start Docker gui
5251
- in a terminal:
5352
```docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m ghcr.io/tiryoh/ros2-desktop-vnc:jazzy'''
5453
- Open browser to http://127.0.0.1:6080/ fullscreen the Linux desktop tab
5554
- In a terminal on your new linux virtual machine;
56-
- Follow install steps here: https://github.com/hippo5329/micro_ros_arduino_examples_platformio/wiki#prepare until you have built micro-ros agent.
57-
- In a terminal '''git clone -b rosmo https://github.com/hippo5329/linorobot2_hardware'''
58-
- In file browser navigate to /linorobot2_hardware-master/config/custom
59-
- 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
60-
```pio -t rosmo```
55+
- In a terminal '''git clone https://github.com/rosmo-robot/rosmo-firmware/'''
56+
- In file browser navigate to /home/sam/rosmo-firmware/firmware/include
57+
- 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 ```
6160
- Open a file browser & search for .bin
6261
- Send the .bin file to yourself via email or Google drive or similar
6362
- In your normal Windows/Mac desktop environment visit [ESP web tool](https://esp.huhn.me/)
6463
- Connect ESP32-S3 and flash device with the .bin file
6564
- In the terminal of the virtual machine
66-
```cd linorobot2-jazzy```
65+
git-clone[ ](https://github.com/hippo5329/linorobot2/)
66+
```cd linorobot2```
6767
```chmod +X install_linorobot2.bash```
6868
```./install_linorobot2.bash```
6969
```ros2 launch linorobot2_bringup bringup.launch.py micro_ros_transport:=udp4 micro_ros_port:=8888```

0 commit comments

Comments
 (0)