Changes between Version 6 and Version 7 of Other/Summer/2023/Awareness
- Timestamp:
- Jun 28, 2023, 4:30:28 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Awareness
v6 v7 34 34 [[Image(Calibration.png)]] 35 35 * Without ros we needed to find a way to stream the cameras to one node, and the ethersense package seemed promising. It uses python sockets to transfer live camera streams over ethernet. It required some reformatting and minor changes but the camera views are now streaming, we just need to figure out how to view/manipulate these streams on the host node. 36 * 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. 37 [[Image(1to2pointcloudviewer_V1.gif)]]