Skip to content

Commit 3c99dc6

Browse files
authored
Format installation commands in README
Updated code formatting for installation commands in README.
1 parent 532471d commit 3c99dc6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This repository is designed to run on an NVIDIA Jetson Orin platform
99
Install ros2
1010

1111
Make sure you source your ros2 workspace
12-
13-
`source /opt/ros/humble/setup.bash`
14-
12+
```
13+
source /opt/ros/humble/setup.bash
14+
```
1515
Install the `camera_info_manager` package
16-
17-
`sudo apt install ros-humble-camera-info-manager`
18-
16+
```
17+
sudo apt install ros-humble-camera-info-manager
18+
```
1919
Install the Mindvision Hikrobot SDK
2020
```
2121
cd ./autoaiming/src/prm_camera/mv_publisher/sdk

0 commit comments

Comments
 (0)