Changes between Version 9 and Version 10 of Other/Summer/2023/Awareness


Ignore:
Timestamp:
Jul 25, 2023, 3:50:45 PM (11 months ago)
Author:
paw114
Comment:

Update

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Awareness

    v9 v10  
    3838* We didn't end up using ethersense and instead created our own script that utilized the process in the "opencv_pointcloud_viewer" and sent this data in the form of pickle files to the host node. We then modified the pointcloud viewer to view multiple pointclouds and transform the selected pointclouds.
    3939[[Image(1to2pointcloudviewer_V1.gif​)]]
     40* We believed that the poor calibration was a result of only using a set of points that were very close to each other.
     41* Although it seemed that the absolute error was very low, this was because the points were relatively close together.
     42* In reality, the relative error was very high, and this was visible when viewing the point clouds.
     43* Our solution to this was to add more ArUco markers.
     44* We also improved our ArUco marker detection script to cache the previously detected ArcUo markers, since different markers were being detected each frame.  This also improved our calibration.
     45[[Image(better_marker_detect_AdobeExpress.gif​)]]
     46[[Image(12goodcalibration_AdobeExpress (1).gif​)]]
     47[[Image(12calibrationtoggle_AdobeExpress.gif)]]
     48* This gif also highlights one of the main benefits of using multiple cameras. Behind the cube on one view there is an empty section that we have no information about. By combining the camera views, we now have information about this previous blind spot.