Skip to content

Commit 96604a9

Browse files
authored
Update software.md
1 parent fe35e5d commit 96604a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

software.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ Rosmo can be used for two different applications:
3333
Current status: Working but encoders not yet configured.
3434

3535

36-
# Linorobot2 Software; Best if you want to learn ROS2
36+
# - ROS2 [Linorobot2](https://github.com/hippo5329/linorobot2)
37+
Software; Best if you want to learn ROS2
3738

3839
Status: Wheels spinning, but not fully tested yet.
3940

40-
- [Linorobot2](https://github.com/hippo5329/linorobot2)
4141
- Install [Docker](https://www.docker.com/products/docker-desktop/){:target="_blank"}
4242
- 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
4444
- 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
45+
- in a second tab download & extract [https://github.com/johnny555/rosmo](https://github.com/rosmo-robot/rosmo-firmware/archive/refs/heads/main.zip)
46+
- In file browser navigate to Downloads/rosmo-main/firmware/include
4747
- 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
4848
- open a terminal paste curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
4949
python3 get-platformio.py

0 commit comments

Comments
 (0)