RoboJackets / igvc-software

The code base for the RoboNav team's IGVC robot.
https://robojackets.org/teams/robonav/
MIT License
91 stars 120 forks source link

Bug/camera names #858

Closed s-hliao closed 2 years ago

s-hliao commented 2 years ago

Description

camera.launch had multiple cameras named as cam/center

This PR does the following:

Fixes #856

Expectation: camera publish names on launch should be "cam/right/raw" and "cam/left/raw"

Self Checklist