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

Refactored sim_color_detector and added tests #883

Closed pr05 closed 2 years ago

pr05 commented 2 years ago

Description

This PR does the following:

Fixes #742

Testing steps

Basic Functionality in Simulation

  1. Run catkin_make
  2. Run roslaunch igvc_gazebo qualification.launch
  3. Launch RVIZ
  4. Add raw and segmented camera images (from any camera image).

Expectation: The segmented image should match the raw image with the background being black and lines detailed in white.

Test Cases

  1. Run catkin_make
  2. Run catkin_make run_tests_igvc_platform_rostest_src_tests_test_test_sim_color_detector.test

Self Checklist