We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457173f commit 1d3f10dCopy full SHA for 1d3f10d
setup/rover_bringup.md
@@ -47,8 +47,8 @@ raspberry Pi and execute the following commands.
47
```
48
cd ~/osr_ws/src/osr-rover-code/init_scripts
49
# use symbolic links so we capture updates to these files in the service
50
-ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
51
-ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
+sudo ln -s $(pwd)/launch_osr.sh /usr/local/bin/launch_osr.sh
+sudo ln -s $(pwd)/osr_paths.sh /usr/local/bin/osr_paths.sh
52
sudo cp osr_startup.service /etc/systemd/system/osr_startup.service
53
sudo chmod 644 /etc/systemd/system/osr_startup.service
54
0 commit comments