Closed flynneva closed 3 years ago
for reference, you can see the CI actually running on my local PR to my own repo here: https://github.com/flynneva/peak_cam/actions/runs/600264497
its passing melodic and noetic so I just removed kinetic since its almost EOL anyways
Cool! Thanks for the contribution.
this PR has a bunch of smaller updates, but mostly this PR adds the ability to configure the height & width if the image. right now when resizing it will resize it around the middle of the image rather than cropping it from only one side.
another major change is being able to select which camera you connect to via the serial number. if you dont know it, ive added some prints that when you launch the node it should print it out to the console for all cameras detected on the network.
also I added some CI using the
ros-tooling
github actions. this should help with robustness of this package moving forward.