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

Swervi camera configuration fix #887

Closed VAM7686 closed 2 years ago

VAM7686 commented 2 years ago

Description

Currently, the left camera on Swervi shows the right side and the right camera on Swervi shows the left side. This PR fixes the configuration issue and updates the locations of the cameras in line with the actual robot

This PR does the following:

Testing steps

Test Case 1

  1. Run roslaunch igvc_gazebo autonav_low.launch
  2. Verify in rviz that the left and right cameras show the correct sides.

Expectation: Left camera shows the left side of the robot and the right camera shows the right side of the robot.

Self Checklist