Skip to content

Commit

Permalink
Updated camera-config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Jun 28, 2024
1 parent 866a51a commit 7865855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML:1.0
---
name: "forearm"
description: "Camera located on the forearm of the rover."
name: "wrist"
description: "Camera located on the wrist of the rover arm."
# Make sure that this camera_id matches the one defined in the udev rules.
camera_id: 30
calib_info:
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const double MAX_DTHETA = kinematics::DiffDriveKinematics(EFF_WHEEL_BASE)
const char* MAST_CAMERA_CONFIG_PATH = "../camera-config/MastCameraCalibration.yml";
const robot::types::CameraID MAST_CAMERA_ID = "mast";

const char* FOREARM_CAMERA_CONFIG_PATH = "../camera-config/ForearmCameraCalibration.yml";
const char* FOREARM_CAMERA_CONFIG_PATH = "../camera-config/WristCameraCalibration.yml";
const robot::types::CameraID FOREARM_CAMERA_ID = "wrist";

const char* HAND_CAMERA_CONFIG_PATH = "../camera-config/HandCameraCalibration.yml";
Expand Down

0 comments on commit 7865855

Please sign in to comment.