Skip to content

Commit 0d67e0f

Browse files
author
Vikrant Shah
authored
Merge pull request #77 from neufieldrobotics/mithunvarma-patch-1
Update README.md
2 parents 521b721 + 38b8336 commit 0d67e0f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@ The pre-requisites for this repo include:
1414
* ros-kinetic-cv-bridge
1515
* ros-kinetic-image-transport
1616

17-
# Incase of x86_64 or x86_32 architecture, install the following:
17+
#### After installing spinnaker, Verify that you can run your cameras with SpinView.
18+
19+
#### For x86_64 or x86_32 architecture, install the following:
1820
* libunwind-dev
1921

2022
```bash
21-
# after installing spinnaker verify that you can run your cameras with SpinView
2223

2324
# after installing ros, install other pre-requisites with:
2425

2526
sudo apt install libunwind-dev ros-kinetic-cv-bridge ros-kinetic-image-transport
27+
```
2628

27-
# if you use arm64 (aarch64), install pre-requisites with:
28-
29+
#### For arm64 (aarch64) architecture, install pre-requisites with:
30+
```
2931
sudo apt install ros-kinetic-cv-bridge ros-kinetic-image-transport
30-
3132
```
3233

3334
### Installing
34-
To install the spinnaker drivers
35+
To install this spinnaker_sdk_camera_driver
3536
```bash
3637
mkdir -p ~/spinnaker_ws/src
3738
cd spinnaker_ws/src

0 commit comments

Comments
 (0)