Skip to content

Commit

Permalink
PR #3159 from noacoohen: Add D421 PID
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Jul 14, 2024
2 parents 4e94c66 + 3f603ac commit 4bccd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions realsense2_camera/include/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ namespace realsense2_camera
const uint16_t RS430_MM_PID = 0x0ad5; // AWGT
const uint16_t RS_USB2_PID = 0x0ad6; // USB2
const uint16_t RS420_PID = 0x0af6; // PWG
const uint16_t RS421_PID = 0x1155; // D421
const uint16_t RS420_MM_PID = 0x0afe; // PWGT
const uint16_t RS410_MM_PID = 0x0aff; // ASR
const uint16_t RS400_MM_PID = 0x0b00; // PSR
Expand Down
1 change: 1 addition & 0 deletions realsense2_camera/src/realsense_node_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ void RealSenseNodeFactory::startDevice()
case RS460_PID:
case RS415_PID:
case RS420_PID:
case RS421_PID:
case RS420_MM_PID:
case RS430_PID:
case RS430i_PID:
Expand Down

0 comments on commit 4bccd5c

Please sign in to comment.