Skip to content

Commit 0fcd141

Browse files
committed
Cleaning up merge conflict in README
1 parent 70be7be commit 0fcd141

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,12 @@ source ~/spinnaker_ws/devel/setup.bash
7070
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:
7171
```bash
7272
# To launch nodelet verison of driver, use #
73-
74-
<<<<<<< HEAD
75-
roslaunch spinnaker_camera_driver acquisition.launch
76-
=======
7773
roslaunch spinnaker_sdk_camera_driver acquisition.launch
7874

7975
# To launch node version of driver, use #
80-
>>>>>>> master
81-
82-
roslaunch spinnaker_sdk_camera_driver acquisition_node.launch
76+
roslaunch spinnaker_sdk_camera_driver node_acquisition.launch
8377

84-
<<<<<<< HEAD
85-
roslaunch spinnaker_camera_driver node_acquisition.launch
86-
=======
87-
>>>>>>> master
8878
# Test that the images are being published by running
89-
9079
rqt_image_view
9180
```
9281
## Parmeters

0 commit comments

Comments
 (0)