Skip to content

Commit

Permalink
PR #2915 from ros-o: Fix device ID of D405
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Oct 29, 2023
2 parents 9398c98 + 0d17ab5 commit de76e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsense2_camera/include/realsense2_camera/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace realsense2_camera
const uint16_t RS435i_RGB_PID = 0x0B3A; // AWGC_MM
const uint16_t RS465_PID = 0x0b4d; // D465
const uint16_t RS416_RGB_PID = 0x0B52; // F416 RGB
const uint16_t RS405_PID = 0x0b0c; // DS5U
const uint16_t RS405_PID = 0x0B5B; // DS5U
const uint16_t RS455_PID = 0x0B5C; // D455
const uint16_t RS_T265_PID = 0x0b37; //
const uint16_t RS_L515_PID_PRE_PRQ = 0x0B3D; //
Expand Down

0 comments on commit de76e14

Please sign in to comment.