You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m ghcr.io/tiryoh/ros2-desktop-vnc:jazzy'''
54
53
- Open browser to http://127.0.0.1:6080/ fullscreen the Linux desktop tab
55
54
- 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 ```
61
60
- Open a file browser & search for .bin
62
61
- Send the .bin file to yourself via email or Google drive or similar
63
62
- In your normal Windows/Mac desktop environment visit [ESP web tool](https://esp.huhn.me/)
64
63
- Connect ESP32-S3 and flash device with the .bin file
0 commit comments