Skip to content

Commit d0fb754

Browse files
author
Vikrant Shah
committed
updating readme
1 parent 890a6f4 commit d0fb754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# spinnaker-ros
1+
# spinnaker_camera_driver
22

33
These are the ros drivers for running the Pt Grey (FLIR) cameras that use the Spinnaker SDK. This code has been tested with various Point Grey Blackfly S (BFS) cameras.
44

@@ -28,7 +28,7 @@ To install the spinnaker drivers
2828
```bash
2929
mkdir -p ~/spinnaker_ws/src
3030
cd spinnaker_ws/src
31-
git clone https://github.com/neufieldrobotics/spinnaker-ros.git
31+
git clone https://github.com/neufieldrobotics/spinnaker_camera_driver.git
3232
cd ~/spinnaker_ws/
3333
catkin_make
3434
source ~/spinnaker_ws/devel/setup.bash
@@ -39,7 +39,7 @@ source ~/spinnaker_ws/devel/setup.bash
3939

4040
Modify the `params/test_params.yaml` file replacing the cam-ids and master cam serial number to match your camera's serial number. Then run the code as:
4141
```bash
42-
roslaunch spinnaker-ros acquisition.launch
42+
roslaunch spinnaker_camera_driver acquisition.launch
4343
# Test that the images are being published by running
4444
rqt_image_view
4545
```

0 commit comments

Comments
 (0)