hello-robot / stretch_web_teleop

Remote web teleoperation for the Stretch mobile manipulators from Hello Robot Inc.
Other
13 stars 0 forks source link

Add a convenience node to visualize compressed images #47

Closed hello-amal closed 3 months ago

hello-amal commented 3 months ago

Description

Since RVIZ2 does not currently allow rendering compressed images, this PR adds a convenience node to do so.

Testing

hello-amal commented 3 months ago

I think Python's garbage collector should handle it (I haven't experienced any issues as a result of not calling cv2.destroyAllWindows()), but I added it for good measure and re-ran the tests.