Skip to content

Commit 5f1991c

Browse files
authored
Update software.md
1 parent 3860225 commit 5f1991c

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

software.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,28 @@ Thanks to [John Vial](https://github.com/johnny555) for contributing this code
5757
- Get your IP address from your router or [AngryIP](https://angryip.org/){:target="_blank"}.)
5858
- In file browser navigate to /Downloads/linorobot2_hardware-master/config/custom
5959
- 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-
- open a terminal paste curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
61-
python3 get-platformio.py
62-
sudo mkdir -p /usr/local/bin
63-
sudo ln -s ~/.platformio/penv/bin/platformio /usr/local/bin/platformio
64-
sudo ln -s ~/.platformio/penv/bin/pio /usr/local/bin/pio
65-
sudo ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
66-
- cd /Downloads/linorobot2_hardware-master/firmware/
67-
- pio run -e rosmo
60+
- open a terminal paste
61+
`curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
62+
python3 get-platformio.py `
63+
64+
`sudo mkdir -p /usr/local/bin`
65+
66+
`sudo ln -s ~/.platformio/penv/bin/platformio /usr/local/bin/platformio`
67+
68+
`sudo ln -s ~/.platformio/penv/bin/pio /usr/local/bin/pio`
69+
70+
`sudo ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb`
71+
72+
`cd /Downloads/linorobot2_hardware-master/firmware/`
73+
74+
`pio run -e rosmo`
75+
6876
- Open a file browser & search for .bin
6977
- Send the .bin file to yourself via email or Google drive
7078
- In your normal Windows/Mac desktop environment visit [ESP web tool](https://esp.huhn.me/)
7179
- Connect ESP32-S3 and flash device with the .bin file
72-
- Back in the terminal on your virtual machine; ros2 launch linorobot2_bringup bringup.launch.py micro_ros_transport:=udp4 micro_ros_port:=8888
80+
- Back in the terminal on your virtual machine;
81+
`ros2 launch linorobot2_bringup bringup.launch.py micro_ros_transport:=udp4 micro_ros_port:=8888`
7382
- In a browser access http://localhost:8888/ to get teleop UI
7483
- Have fun
7584

0 commit comments

Comments
 (0)