Skip to content

Commit e67f07c

Browse files
authored
fix: replace 'ros-ws' with 'ros_ws' in README.md
Signed-off-by: canfmap <59269268+canf-map@users.noreply.github.com>
1 parent 09b1e17 commit e67f07c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mkdir -p ~/ros_ws/src && cd ~/ros_ws/src && \
143143
git clone https://github.com/qualcomm-qrb-ros/libqrc.git && \
144144
sudo cp libqrc/rules/99-qcom-qrc.rules /usr/lib/udev/rules.d/ && \
145145
sudo udevadm control --reload-rules && sudo udevadm trigger && \
146-
cd ~/ros-ws/ && \
146+
cd ~/ros_ws/ && \
147147
colcon build
148148
```
149149

@@ -161,7 +161,7 @@ colcon build
161161
uart_test_app
162162

163163
# On the Qualcomm device
164-
cd ~/ros-ws/ && \
164+
cd ~/ros_ws/ && \
165165
source install/local_setup.bash && \
166166
qrc_udriver_test -s 10 -t 10
167167

0 commit comments

Comments
 (0)