hello-robot / stretch_web_teleop

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

Bugfix: Added infra profile param for d435 #49

Closed hello-amal closed 3 months ago

hello-amal commented 3 months ago

Description

When realsense_ros disaggregated profiles (here), the D435i's depth_module.profile got split into depth_module.depth_profile and depth_module.infra_profile. #41 fixed the former, but not the latter, which broke the "Depth Sensing" feature. This PR fixes that.

Before screenshot:

Screenshot 2024-05-23 at 2 15 10 PM

After screenshot:

Screenshot 2024-05-23 at 2 13 37 PM

Testing