From eeaae77d0eb969593bd47c42c3a359600592dea4 Mon Sep 17 00:00:00 2001 From: gurkan01 Date: Wed, 26 Mar 2025 21:01:52 +0300 Subject: [PATCH] capture camera image I turned it off at startup so that the constant visuals on the stage would not slow down the system. --- Config/DefaultGame.ini | 1 + Content/Blueprint/Core/BPI_PipeConnect.uasset | 4 +- Content/Blueprint/Core/BP_3DtextHelp.uasset | 4 +- Content/Blueprint/Core/BP_AllSenario.uasset | 4 +- Content/Blueprint/Core/BP_Basket.uasset | 4 +- Content/Blueprint/Core/BP_BlinkNotify.uasset | 4 +- Content/Blueprint/Core/BP_DrawrCabin.uasset | 4 +- Content/Blueprint/Core/BP_ElbowPipe.uasset | 4 +- .../Blueprint/Core/BP_EndPipeMujoco.uasset | 4 +- Content/Blueprint/Core/BP_HumanSpawner.uasset | 4 +- Content/Blueprint/Core/BP_LampButton.uasset | 4 +- .../Core/BP_NaviSplineCreator.uasset | 4 +- Content/Blueprint/Core/BP_Navipoint.uasset | 4 +- .../Core/BP_ObjectToRobotPathFinding.uasset | 4 +- Content/Blueprint/Core/BP_PipeCreator.uasset | 4 +- Content/Blueprint/Core/BP_PipeMujoco.uasset | 4 +- .../Core/BP_PipeTeeElbowMujoco2.uasset | 4 +- .../Blueprint/Core/BP_PipeTeeMujoco.uasset | 4 +- Content/Blueprint/Core/BP_RandomHuman.uasset | 4 +- Content/Blueprint/Core/BP_StoveButton.uasset | 4 +- Content/Blueprint/Core/BP_ToHoldItem.uasset | 4 +- .../Blueprint/Core/BP_allObjectCreate.uasset | 4 +- Content/Blueprint/Core/BP_drawing.uasset | 4 +- .../BP_randomizeChangeMaterialTexture.uasset | 4 +- Content/Blueprint/Core/BP_selectorPoi.uasset | 4 +- Content/Blueprint/Core/BP_target.uasset | 4 +- Content/Blueprint/DATA/Enums/EBathromm.uasset | 4 +- .../Blueprint/DATA/Enums/EDecoration.uasset | 4 +- .../Blueprint/DATA/Enums/EElectronics.uasset | 4 +- .../Blueprint/DATA/Enums/EFurniture.uasset | 4 +- Content/Blueprint/DATA/Enums/EGoalList.uasset | 4 +- Content/Blueprint/DATA/Enums/EHoldHand.uasset | 4 +- Content/Blueprint/DATA/Enums/EItemType.uasset | 4 +- .../Blueprint/DATA/Enums/EKitchenWware.uasset | 4 +- .../Blueprint/DATA/Enums/ELevelType.uasset | 4 +- .../DATA/Enums/EListGroupModels.uasset | 4 +- .../DATA/Enums/ERobotAccessoriesArms.uasset | 4 +- .../DATA/Enums/ERobotAccessoriesHands.uasset | 4 +- .../DATA/Enums/ERobotAccessoriesHeads.uasset | 4 +- .../Enums/ERobotAccessoriesSensors.uasset | 4 +- .../DATA/Enums/ERobotOtherAccessories.uasset | 4 +- .../DATA/Enums/ERobotsMainCategories.uasset | 4 +- .../Blueprint/DATA/Enums/ESaveDataType.uasset | 4 +- .../Blueprint/DATA/Enums/ESenarioEnum.uasset | 4 +- .../DATA/Savegame/SG_CaptureSettings.uasset | 2 +- .../Blueprint/DATA/datatables/DT_Level.uasset | 4 +- .../Blueprint/Game/BP_LuckyGameState.uasset | 4 +- .../Game/BP_LuckyGameinstanceMode.uasset | 4 +- Content/Blueprint/Game/BP_LuckyRobots.uasset | 2 +- .../Blueprint/Game/BP_LuckybotGameMode.uasset | 4 +- Content/Blueprint/Game/BP_SelectScreen.uasset | 4 +- .../Mujoco/BP_MujocoSettingsPanda.uasset | 4 +- .../Mujoco/BP_MujocoSettingsRevolute.uasset | 4 +- .../Mujoco/BP_MujocoSettingsStretchV1.uasset | 4 +- .../Mujoco/BP_MujocoSettingsUnitreeG1.uasset | 4 +- .../Mujoco/BP_MujocoSettingsUnitreeGo2.uasset | 4 +- Content/Blueprint/NPC/AI_Controller.uasset | 4 +- .../NPC/tasks/BTTask_MoveToLocation.uasset | 4 +- .../NPC/tasks/BTTask_MoveToPOI.uasset | 4 +- .../NPC/tasks/BTTask_RandomLocation_01.uasset | 4 +- .../RobotPawnActors/BP_DroneRobot.uasset | 4 +- .../RobotPawnActors/BP_HumanoidRobot.uasset | 4 +- .../BP_MujocoBostonDynamicsSpotWithArm.uasset | 4 +- .../BP_MujocoUnitreeGo2.uasset | 4 +- .../RobotPawnActors/BP_PuralinkRobot.uasset | 4 +- .../RobotPawnActors/BP_RevoluteRobot.uasset | 4 +- .../BP_SelectScreenChar.uasset | 4 +- .../RobotPawnActors/BP_WheeledRobot.uasset | 4 +- .../BP_WheeledRobotStatic.uasset | 4 +- .../RobotPawnActors/BP_mujokoArm.uasset | 4 +- .../RobotPawnActors/BP_mujokoStretch.uasset | 4 +- .../Blueprint/component/BPC_Capture.uasset | 4 +- .../component/BPC_DataTrasnfer.uasset | 4 +- .../component/BPC_FlyingRobots.uasset | 4 +- .../component/BPC_FourLeggedRobots.uasset | 4 +- .../Blueprint/component/BPC_NaviPoint.uasset | 4 +- .../component/BPC_StationaryRobots.uasset | 4 +- .../component/BPC_TwoLeggedRobots.uasset | 4 +- .../component/BPC_WheeledRobots.uasset | 4 +- .../component/BPI_ForComponent.uasset | 4 +- .../component/selectedCharacter.uasset | 4 +- .../BP_DJI_DroneMovementBluePrint.uasset | 4 +- .../oldRobotsBP/BP_WheeledRobot.uasset | 4 +- .../oldRobotsBP/BP_WheeledRobotStatic.uasset | 4 +- .../oldRobotsBP/BP_WheeledRobot_OneArm.uasset | 4 +- .../oldRobotsBP/child_BP_LuckyRobot.uasset | 4 +- .../oldRobotsBP/freeCamMovement.uasset | 4 +- .../BPI_interface_cameraSensor.uasset | 4 +- .../BP_AudioDetectorSensor.uasset | 4 +- .../BP_BasicArm.uasset | 4 +- .../BP_CameraSensor.uasset | 4 +- .../BP_IMUSensor.uasset | 4 +- .../BP_LidarSensor.uasset | 4 +- .../BP_LuckyBody.uasset | 4 +- .../BP_MotionSensor.uasset | 4 +- .../BP_OpticalLidar.uasset | 4 +- .../BP_SolidStateLidar.uasset | 4 +- .../OldAccessories/BP_RobotArm_Base.uasset | 4 +- .../BP_RobotArm_BaseFallBack.uasset | 4 +- .../vehicle/BPW_LuckyBackTire.uasset | 4 +- .../vehicle/BPW_LuckyFrontTire.uasset | 4 +- .../vehicle/BP_ConstraintTest2.uasset | 4 +- .../Blueprint/vehicle/StretchBackTire1.uasset | 4 +- .../vehicle/StretchFrontTire1.uasset | 4 +- .../vehicle/StretchFrontTire2.uasset | 4 +- .../vehicle/StretchRobot_vehicle_BP.uasset | 4 +- Content/Blueprint/vehicle/select_char.uasset | 4 +- Content/Developers/Wdev/Robots/BP_Go2.uasset | 4 +- .../Developers/Wdev/Robots/BP_Go2Mjx.uasset | 4 +- .../Developers/Wdev/Robots/BP_Panda.uasset | 4 +- .../Developers/Wdev/Robots/BP_Puralink.uasset | 4 +- .../Developers/Wdev/Robots/BP_Revolute.uasset | 4 +- .../Developers/Wdev/Robots/BP_SpotArm.uasset | 4 +- .../Developers/Wdev/Robots/BP_Stretch.uasset | 4 +- .../Wdev/Robots/BP_Unitreeg1upbody.uasset | 4 +- RobotData/0_ArmCam/0_Depth.jpg | 3 + RobotData/0_ArmCam/0_RGB.jpg | 3 + RobotData/0_ArmCam/ArmCamPos.json | 8 + RobotData/0_HeadCam/0_Depth.jpg | 3 + RobotData/0_HeadCam/0_RGB.jpg | 3 + RobotData/0_HeadCam/HeadCamPos.json | 8 + RobotData/100_ArmCam/100_Depth.jpg | 3 + RobotData/100_ArmCam/100_RGB.jpg | 3 + RobotData/100_ArmCam/ArmCamPos.json | 408 ++++++++++++++++++ RobotData/100_HeadCam/100_Depth.jpg | 3 + RobotData/100_HeadCam/100_RGB.jpg | 3 + RobotData/100_HeadCam/HeadCamPos.json | 408 ++++++++++++++++++ RobotData/10_ArmCam/10_Depth.jpg | 3 + RobotData/10_ArmCam/10_RGB.jpg | 3 + RobotData/10_ArmCam/ArmCamPos.json | 48 +++ RobotData/10_HeadCam/10_Depth.jpg | 3 + RobotData/10_HeadCam/10_RGB.jpg | 3 + RobotData/10_HeadCam/HeadCamPos.json | 48 +++ RobotData/11_ArmCam/11_Depth.jpg | 3 + RobotData/11_ArmCam/11_RGB.jpg | 3 + RobotData/11_ArmCam/ArmCamPos.json | 52 +++ RobotData/11_HeadCam/11_Depth.jpg | 3 + RobotData/11_HeadCam/11_RGB.jpg | 3 + RobotData/11_HeadCam/HeadCamPos.json | 52 +++ RobotData/12_ArmCam/12_Depth.jpg | 3 + RobotData/12_ArmCam/12_RGB.jpg | 3 + RobotData/12_ArmCam/ArmCamPos.json | 56 +++ RobotData/12_HeadCam/12_Depth.jpg | 3 + RobotData/12_HeadCam/12_RGB.jpg | 3 + RobotData/12_HeadCam/HeadCamPos.json | 56 +++ RobotData/13_ArmCam/13_Depth.jpg | 3 + RobotData/13_ArmCam/13_RGB.jpg | 3 + RobotData/13_ArmCam/ArmCamPos.json | 60 +++ RobotData/13_HeadCam/13_Depth.jpg | 3 + RobotData/13_HeadCam/13_RGB.jpg | 3 + RobotData/13_HeadCam/HeadCamPos.json | 60 +++ RobotData/14_ArmCam/14_Depth.jpg | 3 + RobotData/14_ArmCam/14_RGB.jpg | 3 + RobotData/14_ArmCam/ArmCamPos.json | 64 +++ RobotData/14_HeadCam/14_Depth.jpg | 3 + RobotData/14_HeadCam/14_RGB.jpg | 3 + RobotData/14_HeadCam/HeadCamPos.json | 64 +++ RobotData/15_ArmCam/15_Depth.jpg | 3 + RobotData/15_ArmCam/15_RGB.jpg | 3 + RobotData/15_ArmCam/ArmCamPos.json | 68 +++ RobotData/15_HeadCam/15_Depth.jpg | 3 + RobotData/15_HeadCam/15_RGB.jpg | 3 + RobotData/15_HeadCam/HeadCamPos.json | 68 +++ RobotData/16_ArmCam/16_Depth.jpg | 3 + RobotData/16_ArmCam/16_RGB.jpg | 3 + RobotData/16_ArmCam/ArmCamPos.json | 72 ++++ RobotData/16_HeadCam/16_Depth.jpg | 3 + RobotData/16_HeadCam/16_RGB.jpg | 3 + RobotData/16_HeadCam/HeadCamPos.json | 72 ++++ RobotData/17_ArmCam/17_Depth.jpg | 3 + RobotData/17_ArmCam/17_RGB.jpg | 3 + RobotData/17_ArmCam/ArmCamPos.json | 76 ++++ RobotData/17_HeadCam/17_Depth.jpg | 3 + RobotData/17_HeadCam/17_RGB.jpg | 3 + RobotData/17_HeadCam/HeadCamPos.json | 76 ++++ RobotData/18_ArmCam/18_Depth.jpg | 3 + RobotData/18_ArmCam/18_RGB.jpg | 3 + RobotData/18_ArmCam/ArmCamPos.json | 80 ++++ RobotData/18_HeadCam/18_Depth.jpg | 3 + RobotData/18_HeadCam/18_RGB.jpg | 3 + RobotData/18_HeadCam/HeadCamPos.json | 80 ++++ RobotData/19_ArmCam/19_Depth.jpg | 3 + RobotData/19_ArmCam/19_RGB.jpg | 3 + RobotData/19_ArmCam/ArmCamPos.json | 84 ++++ RobotData/19_HeadCam/19_Depth.jpg | 3 + RobotData/19_HeadCam/19_RGB.jpg | 3 + RobotData/19_HeadCam/HeadCamPos.json | 84 ++++ RobotData/1_ArmCam/1_Depth.jpg | 3 + RobotData/1_ArmCam/1_RGB.jpg | 3 + RobotData/1_ArmCam/ArmCamPos.json | 12 + RobotData/1_HeadCam/1_Depth.jpg | 3 + RobotData/1_HeadCam/1_RGB.jpg | 3 + RobotData/1_HeadCam/HeadCamPos.json | 12 + RobotData/20_ArmCam/20_Depth.jpg | 3 + RobotData/20_ArmCam/20_RGB.jpg | 3 + RobotData/20_ArmCam/ArmCamPos.json | 88 ++++ RobotData/20_HeadCam/20_Depth.jpg | 3 + RobotData/20_HeadCam/20_RGB.jpg | 3 + RobotData/20_HeadCam/HeadCamPos.json | 88 ++++ RobotData/21_ArmCam/21_Depth.jpg | 3 + RobotData/21_ArmCam/21_RGB.jpg | 3 + RobotData/21_ArmCam/ArmCamPos.json | 92 ++++ RobotData/21_HeadCam/21_Depth.jpg | 3 + RobotData/21_HeadCam/21_RGB.jpg | 3 + RobotData/21_HeadCam/HeadCamPos.json | 92 ++++ RobotData/22_ArmCam/22_Depth.jpg | 3 + RobotData/22_ArmCam/22_RGB.jpg | 3 + RobotData/22_ArmCam/ArmCamPos.json | 96 +++++ RobotData/22_HeadCam/22_Depth.jpg | 3 + RobotData/22_HeadCam/22_RGB.jpg | 3 + RobotData/22_HeadCam/HeadCamPos.json | 96 +++++ RobotData/23_ArmCam/23_Depth.jpg | 3 + RobotData/23_ArmCam/23_RGB.jpg | 3 + RobotData/23_ArmCam/ArmCamPos.json | 100 +++++ RobotData/23_HeadCam/23_Depth.jpg | 3 + RobotData/23_HeadCam/23_RGB.jpg | 3 + RobotData/23_HeadCam/HeadCamPos.json | 100 +++++ RobotData/24_ArmCam/24_Depth.jpg | 3 + RobotData/24_ArmCam/24_RGB.jpg | 3 + RobotData/24_ArmCam/ArmCamPos.json | 104 +++++ RobotData/24_HeadCam/24_Depth.jpg | 3 + RobotData/24_HeadCam/24_RGB.jpg | 3 + RobotData/24_HeadCam/HeadCamPos.json | 104 +++++ RobotData/25_ArmCam/25_Depth.jpg | 3 + RobotData/25_ArmCam/25_RGB.jpg | 3 + RobotData/25_ArmCam/ArmCamPos.json | 108 +++++ RobotData/25_HeadCam/25_Depth.jpg | 3 + RobotData/25_HeadCam/25_RGB.jpg | 3 + RobotData/25_HeadCam/HeadCamPos.json | 108 +++++ RobotData/26_ArmCam/26_Depth.jpg | 3 + RobotData/26_ArmCam/26_RGB.jpg | 3 + RobotData/26_ArmCam/ArmCamPos.json | 112 +++++ RobotData/26_HeadCam/26_Depth.jpg | 3 + RobotData/26_HeadCam/26_RGB.jpg | 3 + RobotData/26_HeadCam/HeadCamPos.json | 112 +++++ RobotData/27_ArmCam/27_Depth.jpg | 3 + RobotData/27_ArmCam/27_RGB.jpg | 3 + RobotData/27_ArmCam/ArmCamPos.json | 116 +++++ RobotData/27_HeadCam/27_Depth.jpg | 3 + RobotData/27_HeadCam/27_RGB.jpg | 3 + RobotData/27_HeadCam/HeadCamPos.json | 116 +++++ RobotData/28_ArmCam/28_Depth.jpg | 3 + RobotData/28_ArmCam/28_RGB.jpg | 3 + RobotData/28_ArmCam/ArmCamPos.json | 120 ++++++ RobotData/28_HeadCam/28_Depth.jpg | 3 + RobotData/28_HeadCam/28_RGB.jpg | 3 + RobotData/28_HeadCam/HeadCamPos.json | 120 ++++++ RobotData/29_ArmCam/29_Depth.jpg | 3 + RobotData/29_ArmCam/29_RGB.jpg | 3 + RobotData/29_ArmCam/ArmCamPos.json | 124 ++++++ RobotData/29_HeadCam/29_Depth.jpg | 3 + RobotData/29_HeadCam/29_RGB.jpg | 3 + RobotData/29_HeadCam/HeadCamPos.json | 124 ++++++ RobotData/2_ArmCam/2_Depth.jpg | 3 + RobotData/2_ArmCam/2_RGB.jpg | 3 + RobotData/2_ArmCam/ArmCamPos.json | 16 + RobotData/2_HeadCam/2_Depth.jpg | 3 + RobotData/2_HeadCam/2_RGB.jpg | 3 + RobotData/2_HeadCam/HeadCamPos.json | 16 + RobotData/30_ArmCam/30_Depth.jpg | 3 + RobotData/30_ArmCam/30_RGB.jpg | 3 + RobotData/30_ArmCam/ArmCamPos.json | 128 ++++++ RobotData/30_HeadCam/30_Depth.jpg | 3 + RobotData/30_HeadCam/30_RGB.jpg | 3 + RobotData/30_HeadCam/HeadCamPos.json | 128 ++++++ RobotData/31_ArmCam/31_Depth.jpg | 3 + RobotData/31_ArmCam/31_RGB.jpg | 3 + RobotData/31_ArmCam/ArmCamPos.json | 132 ++++++ RobotData/31_HeadCam/31_Depth.jpg | 3 + RobotData/31_HeadCam/31_RGB.jpg | 3 + RobotData/31_HeadCam/HeadCamPos.json | 132 ++++++ RobotData/32_ArmCam/32_Depth.jpg | 3 + RobotData/32_ArmCam/32_RGB.jpg | 3 + RobotData/32_ArmCam/ArmCamPos.json | 136 ++++++ RobotData/32_HeadCam/32_Depth.jpg | 3 + RobotData/32_HeadCam/32_RGB.jpg | 3 + RobotData/32_HeadCam/HeadCamPos.json | 136 ++++++ RobotData/33_ArmCam/33_Depth.jpg | 3 + RobotData/33_ArmCam/33_RGB.jpg | 3 + RobotData/33_ArmCam/ArmCamPos.json | 140 ++++++ RobotData/33_HeadCam/33_Depth.jpg | 3 + RobotData/33_HeadCam/33_RGB.jpg | 3 + RobotData/33_HeadCam/HeadCamPos.json | 140 ++++++ RobotData/34_ArmCam/34_Depth.jpg | 3 + RobotData/34_ArmCam/34_RGB.jpg | 3 + RobotData/34_ArmCam/ArmCamPos.json | 144 +++++++ RobotData/34_HeadCam/34_Depth.jpg | 3 + RobotData/34_HeadCam/34_RGB.jpg | 3 + RobotData/34_HeadCam/HeadCamPos.json | 144 +++++++ RobotData/35_ArmCam/35_Depth.jpg | 3 + RobotData/35_ArmCam/35_RGB.jpg | 3 + RobotData/35_ArmCam/ArmCamPos.json | 148 +++++++ RobotData/35_HeadCam/35_Depth.jpg | 3 + RobotData/35_HeadCam/35_RGB.jpg | 3 + RobotData/35_HeadCam/HeadCamPos.json | 148 +++++++ RobotData/36_ArmCam/36_Depth.jpg | 3 + RobotData/36_ArmCam/36_RGB.jpg | 3 + RobotData/36_ArmCam/ArmCamPos.json | 152 +++++++ RobotData/36_HeadCam/36_Depth.jpg | 3 + RobotData/36_HeadCam/36_RGB.jpg | 3 + RobotData/36_HeadCam/HeadCamPos.json | 152 +++++++ RobotData/37_ArmCam/37_Depth.jpg | 3 + RobotData/37_ArmCam/37_RGB.jpg | 3 + RobotData/37_ArmCam/ArmCamPos.json | 156 +++++++ RobotData/37_HeadCam/37_Depth.jpg | 3 + RobotData/37_HeadCam/37_RGB.jpg | 3 + RobotData/37_HeadCam/HeadCamPos.json | 156 +++++++ RobotData/38_ArmCam/38_Depth.jpg | 3 + RobotData/38_ArmCam/38_RGB.jpg | 3 + RobotData/38_ArmCam/ArmCamPos.json | 160 +++++++ RobotData/38_HeadCam/38_Depth.jpg | 3 + RobotData/38_HeadCam/38_RGB.jpg | 3 + RobotData/38_HeadCam/HeadCamPos.json | 160 +++++++ RobotData/39_ArmCam/39_Depth.jpg | 3 + RobotData/39_ArmCam/39_RGB.jpg | 3 + RobotData/39_ArmCam/ArmCamPos.json | 164 +++++++ RobotData/39_HeadCam/39_Depth.jpg | 3 + RobotData/39_HeadCam/39_RGB.jpg | 3 + RobotData/39_HeadCam/HeadCamPos.json | 164 +++++++ RobotData/3_ArmCam/3_Depth.jpg | 3 + RobotData/3_ArmCam/3_RGB.jpg | 3 + RobotData/3_ArmCam/ArmCamPos.json | 20 + RobotData/3_HeadCam/3_Depth.jpg | 3 + RobotData/3_HeadCam/3_RGB.jpg | 3 + RobotData/3_HeadCam/HeadCamPos.json | 20 + RobotData/40_ArmCam/40_Depth.jpg | 3 + RobotData/40_ArmCam/40_RGB.jpg | 3 + RobotData/40_ArmCam/ArmCamPos.json | 168 ++++++++ RobotData/40_HeadCam/40_Depth.jpg | 3 + RobotData/40_HeadCam/40_RGB.jpg | 3 + RobotData/40_HeadCam/HeadCamPos.json | 168 ++++++++ RobotData/41_ArmCam/41_Depth.jpg | 3 + RobotData/41_ArmCam/41_RGB.jpg | 3 + RobotData/41_ArmCam/ArmCamPos.json | 172 ++++++++ RobotData/41_HeadCam/41_Depth.jpg | 3 + RobotData/41_HeadCam/41_RGB.jpg | 3 + RobotData/41_HeadCam/HeadCamPos.json | 172 ++++++++ RobotData/42_ArmCam/42_Depth.jpg | 3 + RobotData/42_ArmCam/42_RGB.jpg | 3 + RobotData/42_ArmCam/ArmCamPos.json | 176 ++++++++ RobotData/42_HeadCam/42_Depth.jpg | 3 + RobotData/42_HeadCam/42_RGB.jpg | 3 + RobotData/42_HeadCam/HeadCamPos.json | 176 ++++++++ RobotData/43_ArmCam/43_Depth.jpg | 3 + RobotData/43_ArmCam/43_RGB.jpg | 3 + RobotData/43_ArmCam/ArmCamPos.json | 180 ++++++++ RobotData/43_HeadCam/43_Depth.jpg | 3 + RobotData/43_HeadCam/43_RGB.jpg | 3 + RobotData/43_HeadCam/HeadCamPos.json | 180 ++++++++ RobotData/44_ArmCam/44_Depth.jpg | 3 + RobotData/44_ArmCam/44_RGB.jpg | 3 + RobotData/44_ArmCam/ArmCamPos.json | 184 ++++++++ RobotData/44_HeadCam/44_Depth.jpg | 3 + RobotData/44_HeadCam/44_RGB.jpg | 3 + RobotData/44_HeadCam/HeadCamPos.json | 184 ++++++++ RobotData/45_ArmCam/45_Depth.jpg | 3 + RobotData/45_ArmCam/45_RGB.jpg | 3 + RobotData/45_ArmCam/ArmCamPos.json | 188 ++++++++ RobotData/45_HeadCam/45_Depth.jpg | 3 + RobotData/45_HeadCam/45_RGB.jpg | 3 + RobotData/45_HeadCam/HeadCamPos.json | 188 ++++++++ RobotData/46_ArmCam/46_Depth.jpg | 3 + RobotData/46_ArmCam/46_RGB.jpg | 3 + RobotData/46_ArmCam/ArmCamPos.json | 192 +++++++++ RobotData/46_HeadCam/46_Depth.jpg | 3 + RobotData/46_HeadCam/46_RGB.jpg | 3 + RobotData/46_HeadCam/HeadCamPos.json | 192 +++++++++ RobotData/47_ArmCam/47_Depth.jpg | 3 + RobotData/47_ArmCam/47_RGB.jpg | 3 + RobotData/47_ArmCam/ArmCamPos.json | 196 +++++++++ RobotData/47_HeadCam/47_Depth.jpg | 3 + RobotData/47_HeadCam/47_RGB.jpg | 3 + RobotData/47_HeadCam/HeadCamPos.json | 196 +++++++++ RobotData/48_ArmCam/48_Depth.jpg | 3 + RobotData/48_ArmCam/48_RGB.jpg | 3 + RobotData/48_ArmCam/ArmCamPos.json | 200 +++++++++ RobotData/48_HeadCam/48_Depth.jpg | 3 + RobotData/48_HeadCam/48_RGB.jpg | 3 + RobotData/48_HeadCam/HeadCamPos.json | 200 +++++++++ RobotData/49_ArmCam/49_Depth.jpg | 3 + RobotData/49_ArmCam/49_RGB.jpg | 3 + RobotData/49_ArmCam/ArmCamPos.json | 204 +++++++++ RobotData/49_HeadCam/49_Depth.jpg | 3 + RobotData/49_HeadCam/49_RGB.jpg | 3 + RobotData/49_HeadCam/HeadCamPos.json | 204 +++++++++ RobotData/4_ArmCam/4_Depth.jpg | 3 + RobotData/4_ArmCam/4_RGB.jpg | 3 + RobotData/4_ArmCam/ArmCamPos.json | 24 ++ RobotData/4_HeadCam/4_Depth.jpg | 3 + RobotData/4_HeadCam/4_RGB.jpg | 3 + RobotData/4_HeadCam/HeadCamPos.json | 24 ++ RobotData/50_ArmCam/50_Depth.jpg | 3 + RobotData/50_ArmCam/50_RGB.jpg | 3 + RobotData/50_ArmCam/ArmCamPos.json | 208 +++++++++ RobotData/50_HeadCam/50_Depth.jpg | 3 + RobotData/50_HeadCam/50_RGB.jpg | 3 + RobotData/50_HeadCam/HeadCamPos.json | 208 +++++++++ RobotData/51_ArmCam/51_Depth.jpg | 3 + RobotData/51_ArmCam/51_RGB.jpg | 3 + RobotData/51_ArmCam/ArmCamPos.json | 212 +++++++++ RobotData/51_HeadCam/51_Depth.jpg | 3 + RobotData/51_HeadCam/51_RGB.jpg | 3 + RobotData/51_HeadCam/HeadCamPos.json | 212 +++++++++ RobotData/52_ArmCam/52_Depth.jpg | 3 + RobotData/52_ArmCam/52_RGB.jpg | 3 + RobotData/52_ArmCam/ArmCamPos.json | 216 ++++++++++ RobotData/52_HeadCam/52_Depth.jpg | 3 + RobotData/52_HeadCam/52_RGB.jpg | 3 + RobotData/52_HeadCam/HeadCamPos.json | 216 ++++++++++ RobotData/53_ArmCam/53_Depth.jpg | 3 + RobotData/53_ArmCam/53_RGB.jpg | 3 + RobotData/53_ArmCam/ArmCamPos.json | 220 ++++++++++ RobotData/53_HeadCam/53_Depth.jpg | 3 + RobotData/53_HeadCam/53_RGB.jpg | 3 + RobotData/53_HeadCam/HeadCamPos.json | 220 ++++++++++ RobotData/54_ArmCam/54_Depth.jpg | 3 + RobotData/54_ArmCam/54_RGB.jpg | 3 + RobotData/54_ArmCam/ArmCamPos.json | 224 ++++++++++ RobotData/54_HeadCam/54_Depth.jpg | 3 + RobotData/54_HeadCam/54_RGB.jpg | 3 + RobotData/54_HeadCam/HeadCamPos.json | 224 ++++++++++ RobotData/55_ArmCam/55_Depth.jpg | 3 + RobotData/55_ArmCam/55_RGB.jpg | 3 + RobotData/55_ArmCam/ArmCamPos.json | 228 ++++++++++ RobotData/55_HeadCam/55_Depth.jpg | 3 + RobotData/55_HeadCam/55_RGB.jpg | 3 + RobotData/55_HeadCam/HeadCamPos.json | 228 ++++++++++ RobotData/56_ArmCam/56_Depth.jpg | 3 + RobotData/56_ArmCam/56_RGB.jpg | 3 + RobotData/56_ArmCam/ArmCamPos.json | 232 ++++++++++ RobotData/56_HeadCam/56_Depth.jpg | 3 + RobotData/56_HeadCam/56_RGB.jpg | 3 + RobotData/56_HeadCam/HeadCamPos.json | 232 ++++++++++ RobotData/57_ArmCam/57_Depth.jpg | 3 + RobotData/57_ArmCam/57_RGB.jpg | 3 + RobotData/57_ArmCam/ArmCamPos.json | 236 ++++++++++ RobotData/57_HeadCam/57_Depth.jpg | 3 + RobotData/57_HeadCam/57_RGB.jpg | 3 + RobotData/57_HeadCam/HeadCamPos.json | 236 ++++++++++ RobotData/58_ArmCam/58_Depth.jpg | 3 + RobotData/58_ArmCam/58_RGB.jpg | 3 + RobotData/58_ArmCam/ArmCamPos.json | 240 +++++++++++ RobotData/58_HeadCam/58_Depth.jpg | 3 + RobotData/58_HeadCam/58_RGB.jpg | 3 + RobotData/58_HeadCam/HeadCamPos.json | 240 +++++++++++ RobotData/59_ArmCam/59_Depth.jpg | 3 + RobotData/59_ArmCam/59_RGB.jpg | 3 + RobotData/59_ArmCam/ArmCamPos.json | 244 +++++++++++ RobotData/59_HeadCam/59_Depth.jpg | 3 + RobotData/59_HeadCam/59_RGB.jpg | 3 + RobotData/59_HeadCam/HeadCamPos.json | 244 +++++++++++ RobotData/5_ArmCam/5_Depth.jpg | 3 + RobotData/5_ArmCam/5_RGB.jpg | 3 + RobotData/5_ArmCam/ArmCamPos.json | 28 ++ RobotData/5_HeadCam/5_Depth.jpg | 3 + RobotData/5_HeadCam/5_RGB.jpg | 3 + RobotData/5_HeadCam/HeadCamPos.json | 28 ++ RobotData/60_ArmCam/60_Depth.jpg | 3 + RobotData/60_ArmCam/60_RGB.jpg | 3 + RobotData/60_ArmCam/ArmCamPos.json | 248 +++++++++++ RobotData/60_HeadCam/60_Depth.jpg | 3 + RobotData/60_HeadCam/60_RGB.jpg | 3 + RobotData/60_HeadCam/HeadCamPos.json | 248 +++++++++++ RobotData/61_ArmCam/61_Depth.jpg | 3 + RobotData/61_ArmCam/61_RGB.jpg | 3 + RobotData/61_ArmCam/ArmCamPos.json | 252 +++++++++++ RobotData/61_HeadCam/61_Depth.jpg | 3 + RobotData/61_HeadCam/61_RGB.jpg | 3 + RobotData/61_HeadCam/HeadCamPos.json | 252 +++++++++++ RobotData/62_ArmCam/62_Depth.jpg | 3 + RobotData/62_ArmCam/62_RGB.jpg | 3 + RobotData/62_ArmCam/ArmCamPos.json | 256 +++++++++++ RobotData/62_HeadCam/62_Depth.jpg | 3 + RobotData/62_HeadCam/62_RGB.jpg | 3 + RobotData/62_HeadCam/HeadCamPos.json | 256 +++++++++++ RobotData/63_ArmCam/63_Depth.jpg | 3 + RobotData/63_ArmCam/63_RGB.jpg | 3 + RobotData/63_ArmCam/ArmCamPos.json | 260 +++++++++++ RobotData/63_HeadCam/63_Depth.jpg | 3 + RobotData/63_HeadCam/63_RGB.jpg | 3 + RobotData/63_HeadCam/HeadCamPos.json | 260 +++++++++++ RobotData/64_ArmCam/64_Depth.jpg | 3 + RobotData/64_ArmCam/64_RGB.jpg | 3 + RobotData/64_ArmCam/ArmCamPos.json | 264 ++++++++++++ RobotData/64_HeadCam/64_Depth.jpg | 3 + RobotData/64_HeadCam/64_RGB.jpg | 3 + RobotData/64_HeadCam/HeadCamPos.json | 264 ++++++++++++ RobotData/65_ArmCam/65_Depth.jpg | 3 + RobotData/65_ArmCam/65_RGB.jpg | 3 + RobotData/65_ArmCam/ArmCamPos.json | 268 ++++++++++++ RobotData/65_HeadCam/65_Depth.jpg | 3 + RobotData/65_HeadCam/65_RGB.jpg | 3 + RobotData/65_HeadCam/HeadCamPos.json | 268 ++++++++++++ RobotData/66_ArmCam/66_Depth.jpg | 3 + RobotData/66_ArmCam/66_RGB.jpg | 3 + RobotData/66_ArmCam/ArmCamPos.json | 272 ++++++++++++ RobotData/66_HeadCam/66_Depth.jpg | 3 + RobotData/66_HeadCam/66_RGB.jpg | 3 + RobotData/66_HeadCam/HeadCamPos.json | 272 ++++++++++++ RobotData/67_ArmCam/67_Depth.jpg | 3 + RobotData/67_ArmCam/67_RGB.jpg | 3 + RobotData/67_ArmCam/ArmCamPos.json | 276 ++++++++++++ RobotData/67_HeadCam/67_Depth.jpg | 3 + RobotData/67_HeadCam/67_RGB.jpg | 3 + RobotData/67_HeadCam/HeadCamPos.json | 276 ++++++++++++ RobotData/68_ArmCam/68_Depth.jpg | 3 + RobotData/68_ArmCam/68_RGB.jpg | 3 + RobotData/68_ArmCam/ArmCamPos.json | 280 ++++++++++++ RobotData/68_HeadCam/68_Depth.jpg | 3 + RobotData/68_HeadCam/68_RGB.jpg | 3 + RobotData/68_HeadCam/HeadCamPos.json | 280 ++++++++++++ RobotData/69_ArmCam/69_Depth.jpg | 3 + RobotData/69_ArmCam/69_RGB.jpg | 3 + RobotData/69_ArmCam/ArmCamPos.json | 284 ++++++++++++ RobotData/69_HeadCam/69_Depth.jpg | 3 + RobotData/69_HeadCam/69_RGB.jpg | 3 + RobotData/69_HeadCam/HeadCamPos.json | 284 ++++++++++++ RobotData/6_ArmCam/6_Depth.jpg | 3 + RobotData/6_ArmCam/6_RGB.jpg | 3 + RobotData/6_ArmCam/ArmCamPos.json | 32 ++ RobotData/6_HeadCam/6_Depth.jpg | 3 + RobotData/6_HeadCam/6_RGB.jpg | 3 + RobotData/6_HeadCam/HeadCamPos.json | 32 ++ RobotData/70_ArmCam/70_Depth.jpg | 3 + RobotData/70_ArmCam/70_RGB.jpg | 3 + RobotData/70_ArmCam/ArmCamPos.json | 288 +++++++++++++ RobotData/70_HeadCam/70_Depth.jpg | 3 + RobotData/70_HeadCam/70_RGB.jpg | 3 + RobotData/70_HeadCam/HeadCamPos.json | 288 +++++++++++++ RobotData/71_ArmCam/71_Depth.jpg | 3 + RobotData/71_ArmCam/71_RGB.jpg | 3 + RobotData/71_ArmCam/ArmCamPos.json | 292 +++++++++++++ RobotData/71_HeadCam/71_Depth.jpg | 3 + RobotData/71_HeadCam/71_RGB.jpg | 3 + RobotData/71_HeadCam/HeadCamPos.json | 292 +++++++++++++ RobotData/72_ArmCam/72_Depth.jpg | 3 + RobotData/72_ArmCam/72_RGB.jpg | 3 + RobotData/72_ArmCam/ArmCamPos.json | 296 +++++++++++++ RobotData/72_HeadCam/72_Depth.jpg | 3 + RobotData/72_HeadCam/72_RGB.jpg | 3 + RobotData/72_HeadCam/HeadCamPos.json | 296 +++++++++++++ RobotData/73_ArmCam/73_Depth.jpg | 3 + RobotData/73_ArmCam/73_RGB.jpg | 3 + RobotData/73_ArmCam/ArmCamPos.json | 300 +++++++++++++ RobotData/73_HeadCam/73_Depth.jpg | 3 + RobotData/73_HeadCam/73_RGB.jpg | 3 + RobotData/73_HeadCam/HeadCamPos.json | 300 +++++++++++++ RobotData/74_ArmCam/74_Depth.jpg | 3 + RobotData/74_ArmCam/74_RGB.jpg | 3 + RobotData/74_ArmCam/ArmCamPos.json | 304 +++++++++++++ RobotData/74_HeadCam/74_Depth.jpg | 3 + RobotData/74_HeadCam/74_RGB.jpg | 3 + RobotData/74_HeadCam/HeadCamPos.json | 304 +++++++++++++ RobotData/75_ArmCam/75_Depth.jpg | 3 + RobotData/75_ArmCam/75_RGB.jpg | 3 + RobotData/75_ArmCam/ArmCamPos.json | 308 +++++++++++++ RobotData/75_HeadCam/75_Depth.jpg | 3 + RobotData/75_HeadCam/75_RGB.jpg | 3 + RobotData/75_HeadCam/HeadCamPos.json | 308 +++++++++++++ RobotData/76_ArmCam/76_Depth.jpg | 3 + RobotData/76_ArmCam/76_RGB.jpg | 3 + RobotData/76_ArmCam/ArmCamPos.json | 312 ++++++++++++++ RobotData/76_HeadCam/76_Depth.jpg | 3 + RobotData/76_HeadCam/76_RGB.jpg | 3 + RobotData/76_HeadCam/HeadCamPos.json | 312 ++++++++++++++ RobotData/77_ArmCam/77_Depth.jpg | 3 + RobotData/77_ArmCam/77_RGB.jpg | 3 + RobotData/77_ArmCam/ArmCamPos.json | 316 ++++++++++++++ RobotData/77_HeadCam/77_Depth.jpg | 3 + RobotData/77_HeadCam/77_RGB.jpg | 3 + RobotData/77_HeadCam/HeadCamPos.json | 316 ++++++++++++++ RobotData/78_ArmCam/78_Depth.jpg | 3 + RobotData/78_ArmCam/78_RGB.jpg | 3 + RobotData/78_ArmCam/ArmCamPos.json | 320 ++++++++++++++ RobotData/78_HeadCam/78_Depth.jpg | 3 + RobotData/78_HeadCam/78_RGB.jpg | 3 + RobotData/78_HeadCam/HeadCamPos.json | 320 ++++++++++++++ RobotData/79_ArmCam/79_Depth.jpg | 3 + RobotData/79_ArmCam/79_RGB.jpg | 3 + RobotData/79_ArmCam/ArmCamPos.json | 324 ++++++++++++++ RobotData/79_HeadCam/79_Depth.jpg | 3 + RobotData/79_HeadCam/79_RGB.jpg | 3 + RobotData/79_HeadCam/HeadCamPos.json | 324 ++++++++++++++ RobotData/7_ArmCam/7_Depth.jpg | 3 + RobotData/7_ArmCam/7_RGB.jpg | 3 + RobotData/7_ArmCam/ArmCamPos.json | 36 ++ RobotData/7_HeadCam/7_Depth.jpg | 3 + RobotData/7_HeadCam/7_RGB.jpg | 3 + RobotData/7_HeadCam/HeadCamPos.json | 36 ++ RobotData/80_ArmCam/80_Depth.jpg | 3 + RobotData/80_ArmCam/80_RGB.jpg | 3 + RobotData/80_ArmCam/ArmCamPos.json | 328 ++++++++++++++ RobotData/80_HeadCam/80_Depth.jpg | 3 + RobotData/80_HeadCam/80_RGB.jpg | 3 + RobotData/80_HeadCam/HeadCamPos.json | 328 ++++++++++++++ RobotData/81_ArmCam/81_Depth.jpg | 3 + RobotData/81_ArmCam/81_RGB.jpg | 3 + RobotData/81_ArmCam/ArmCamPos.json | 332 ++++++++++++++ RobotData/81_HeadCam/81_Depth.jpg | 3 + RobotData/81_HeadCam/81_RGB.jpg | 3 + RobotData/81_HeadCam/HeadCamPos.json | 332 ++++++++++++++ RobotData/82_ArmCam/82_Depth.jpg | 3 + RobotData/82_ArmCam/82_RGB.jpg | 3 + RobotData/82_ArmCam/ArmCamPos.json | 336 +++++++++++++++ RobotData/82_HeadCam/82_Depth.jpg | 3 + RobotData/82_HeadCam/82_RGB.jpg | 3 + RobotData/82_HeadCam/HeadCamPos.json | 336 +++++++++++++++ RobotData/83_ArmCam/83_Depth.jpg | 3 + RobotData/83_ArmCam/83_RGB.jpg | 3 + RobotData/83_ArmCam/ArmCamPos.json | 340 +++++++++++++++ RobotData/83_HeadCam/83_Depth.jpg | 3 + RobotData/83_HeadCam/83_RGB.jpg | 3 + RobotData/83_HeadCam/HeadCamPos.json | 340 +++++++++++++++ RobotData/84_ArmCam/84_Depth.jpg | 3 + RobotData/84_ArmCam/84_RGB.jpg | 3 + RobotData/84_ArmCam/ArmCamPos.json | 344 +++++++++++++++ RobotData/84_HeadCam/84_Depth.jpg | 3 + RobotData/84_HeadCam/84_RGB.jpg | 3 + RobotData/84_HeadCam/HeadCamPos.json | 344 +++++++++++++++ RobotData/85_ArmCam/85_Depth.jpg | 3 + RobotData/85_ArmCam/85_RGB.jpg | 3 + RobotData/85_ArmCam/ArmCamPos.json | 348 +++++++++++++++ RobotData/85_HeadCam/85_Depth.jpg | 3 + RobotData/85_HeadCam/85_RGB.jpg | 3 + RobotData/85_HeadCam/HeadCamPos.json | 348 +++++++++++++++ RobotData/86_ArmCam/86_Depth.jpg | 3 + RobotData/86_ArmCam/86_RGB.jpg | 3 + RobotData/86_ArmCam/ArmCamPos.json | 352 +++++++++++++++ RobotData/86_HeadCam/86_Depth.jpg | 3 + RobotData/86_HeadCam/86_RGB.jpg | 3 + RobotData/86_HeadCam/HeadCamPos.json | 352 +++++++++++++++ RobotData/87_ArmCam/87_Depth.jpg | 3 + RobotData/87_ArmCam/87_RGB.jpg | 3 + RobotData/87_ArmCam/ArmCamPos.json | 356 +++++++++++++++ RobotData/87_HeadCam/87_Depth.jpg | 3 + RobotData/87_HeadCam/87_RGB.jpg | 3 + RobotData/87_HeadCam/HeadCamPos.json | 356 +++++++++++++++ RobotData/88_ArmCam/88_Depth.jpg | 3 + RobotData/88_ArmCam/88_RGB.jpg | 3 + RobotData/88_ArmCam/ArmCamPos.json | 360 ++++++++++++++++ RobotData/88_HeadCam/88_Depth.jpg | 3 + RobotData/88_HeadCam/88_RGB.jpg | 3 + RobotData/88_HeadCam/HeadCamPos.json | 360 ++++++++++++++++ RobotData/89_ArmCam/89_Depth.jpg | 3 + RobotData/89_ArmCam/89_RGB.jpg | 3 + RobotData/89_ArmCam/ArmCamPos.json | 364 ++++++++++++++++ RobotData/89_HeadCam/89_Depth.jpg | 3 + RobotData/89_HeadCam/89_RGB.jpg | 3 + RobotData/89_HeadCam/HeadCamPos.json | 364 ++++++++++++++++ RobotData/8_ArmCam/8_Depth.jpg | 3 + RobotData/8_ArmCam/8_RGB.jpg | 3 + RobotData/8_ArmCam/ArmCamPos.json | 40 ++ RobotData/8_HeadCam/8_Depth.jpg | 3 + RobotData/8_HeadCam/8_RGB.jpg | 3 + RobotData/8_HeadCam/HeadCamPos.json | 40 ++ RobotData/90_ArmCam/90_Depth.jpg | 3 + RobotData/90_ArmCam/90_RGB.jpg | 3 + RobotData/90_ArmCam/ArmCamPos.json | 368 ++++++++++++++++ RobotData/90_HeadCam/90_Depth.jpg | 3 + RobotData/90_HeadCam/90_RGB.jpg | 3 + RobotData/90_HeadCam/HeadCamPos.json | 368 ++++++++++++++++ RobotData/91_ArmCam/91_Depth.jpg | 3 + RobotData/91_ArmCam/91_RGB.jpg | 3 + RobotData/91_ArmCam/ArmCamPos.json | 372 ++++++++++++++++ RobotData/91_HeadCam/91_Depth.jpg | 3 + RobotData/91_HeadCam/91_RGB.jpg | 3 + RobotData/91_HeadCam/HeadCamPos.json | 372 ++++++++++++++++ RobotData/92_ArmCam/92_Depth.jpg | 3 + RobotData/92_ArmCam/92_RGB.jpg | 3 + RobotData/92_ArmCam/ArmCamPos.json | 376 ++++++++++++++++ RobotData/92_HeadCam/92_Depth.jpg | 3 + RobotData/92_HeadCam/92_RGB.jpg | 3 + RobotData/92_HeadCam/HeadCamPos.json | 376 ++++++++++++++++ RobotData/93_ArmCam/93_Depth.jpg | 3 + RobotData/93_ArmCam/93_RGB.jpg | 3 + RobotData/93_ArmCam/ArmCamPos.json | 380 ++++++++++++++++ RobotData/93_HeadCam/93_Depth.jpg | 3 + RobotData/93_HeadCam/93_RGB.jpg | 3 + RobotData/93_HeadCam/HeadCamPos.json | 380 ++++++++++++++++ RobotData/94_ArmCam/94_Depth.jpg | 3 + RobotData/94_ArmCam/94_RGB.jpg | 3 + RobotData/94_ArmCam/ArmCamPos.json | 384 +++++++++++++++++ RobotData/94_HeadCam/94_Depth.jpg | 3 + RobotData/94_HeadCam/94_RGB.jpg | 3 + RobotData/94_HeadCam/HeadCamPos.json | 384 +++++++++++++++++ RobotData/95_ArmCam/95_Depth.jpg | 3 + RobotData/95_ArmCam/95_RGB.jpg | 3 + RobotData/95_ArmCam/ArmCamPos.json | 388 +++++++++++++++++ RobotData/95_HeadCam/95_Depth.jpg | 3 + RobotData/95_HeadCam/95_RGB.jpg | 3 + RobotData/95_HeadCam/HeadCamPos.json | 388 +++++++++++++++++ RobotData/96_ArmCam/96_Depth.jpg | 3 + RobotData/96_ArmCam/96_RGB.jpg | 3 + RobotData/96_ArmCam/ArmCamPos.json | 392 +++++++++++++++++ RobotData/96_HeadCam/96_Depth.jpg | 3 + RobotData/96_HeadCam/96_RGB.jpg | 3 + RobotData/96_HeadCam/HeadCamPos.json | 392 +++++++++++++++++ RobotData/97_ArmCam/97_Depth.jpg | 3 + RobotData/97_ArmCam/97_RGB.jpg | 3 + RobotData/97_ArmCam/ArmCamPos.json | 396 +++++++++++++++++ RobotData/97_HeadCam/97_Depth.jpg | 3 + RobotData/97_HeadCam/97_RGB.jpg | 3 + RobotData/97_HeadCam/HeadCamPos.json | 396 +++++++++++++++++ RobotData/98_ArmCam/98_Depth.jpg | 3 + RobotData/98_ArmCam/98_RGB.jpg | 3 + RobotData/98_ArmCam/ArmCamPos.json | 400 +++++++++++++++++ RobotData/98_HeadCam/98_Depth.jpg | 3 + RobotData/98_HeadCam/98_RGB.jpg | 3 + RobotData/98_HeadCam/HeadCamPos.json | 400 +++++++++++++++++ RobotData/99_ArmCam/99_Depth.jpg | 3 + RobotData/99_ArmCam/99_RGB.jpg | 3 + RobotData/99_ArmCam/ArmCamPos.json | 404 +++++++++++++++++ RobotData/99_HeadCam/99_Depth.jpg | 3 + RobotData/99_HeadCam/99_RGB.jpg | 3 + RobotData/99_HeadCam/HeadCamPos.json | 404 +++++++++++++++++ RobotData/9_ArmCam/9_Depth.jpg | 3 + RobotData/9_ArmCam/9_RGB.jpg | 3 + RobotData/9_ArmCam/ArmCamPos.json | 44 ++ RobotData/9_HeadCam/9_Depth.jpg | 3 + RobotData/9_HeadCam/9_RGB.jpg | 3 + RobotData/9_HeadCam/HeadCamPos.json | 44 ++ 721 files changed, 43455 insertions(+), 226 deletions(-) create mode 100644 RobotData/0_ArmCam/0_Depth.jpg create mode 100644 RobotData/0_ArmCam/0_RGB.jpg create mode 100644 RobotData/0_ArmCam/ArmCamPos.json create mode 100644 RobotData/0_HeadCam/0_Depth.jpg create mode 100644 RobotData/0_HeadCam/0_RGB.jpg create mode 100644 RobotData/0_HeadCam/HeadCamPos.json create mode 100644 RobotData/100_ArmCam/100_Depth.jpg create mode 100644 RobotData/100_ArmCam/100_RGB.jpg create mode 100644 RobotData/100_ArmCam/ArmCamPos.json create mode 100644 RobotData/100_HeadCam/100_Depth.jpg create mode 100644 RobotData/100_HeadCam/100_RGB.jpg create mode 100644 RobotData/100_HeadCam/HeadCamPos.json create mode 100644 RobotData/10_ArmCam/10_Depth.jpg create mode 100644 RobotData/10_ArmCam/10_RGB.jpg create mode 100644 RobotData/10_ArmCam/ArmCamPos.json create mode 100644 RobotData/10_HeadCam/10_Depth.jpg create mode 100644 RobotData/10_HeadCam/10_RGB.jpg create mode 100644 RobotData/10_HeadCam/HeadCamPos.json create mode 100644 RobotData/11_ArmCam/11_Depth.jpg create mode 100644 RobotData/11_ArmCam/11_RGB.jpg create mode 100644 RobotData/11_ArmCam/ArmCamPos.json create mode 100644 RobotData/11_HeadCam/11_Depth.jpg create mode 100644 RobotData/11_HeadCam/11_RGB.jpg create mode 100644 RobotData/11_HeadCam/HeadCamPos.json create mode 100644 RobotData/12_ArmCam/12_Depth.jpg create mode 100644 RobotData/12_ArmCam/12_RGB.jpg create mode 100644 RobotData/12_ArmCam/ArmCamPos.json create mode 100644 RobotData/12_HeadCam/12_Depth.jpg create mode 100644 RobotData/12_HeadCam/12_RGB.jpg create mode 100644 RobotData/12_HeadCam/HeadCamPos.json create mode 100644 RobotData/13_ArmCam/13_Depth.jpg create mode 100644 RobotData/13_ArmCam/13_RGB.jpg create mode 100644 RobotData/13_ArmCam/ArmCamPos.json create mode 100644 RobotData/13_HeadCam/13_Depth.jpg create mode 100644 RobotData/13_HeadCam/13_RGB.jpg create mode 100644 RobotData/13_HeadCam/HeadCamPos.json create mode 100644 RobotData/14_ArmCam/14_Depth.jpg create mode 100644 RobotData/14_ArmCam/14_RGB.jpg create mode 100644 RobotData/14_ArmCam/ArmCamPos.json create mode 100644 RobotData/14_HeadCam/14_Depth.jpg create mode 100644 RobotData/14_HeadCam/14_RGB.jpg create mode 100644 RobotData/14_HeadCam/HeadCamPos.json create mode 100644 RobotData/15_ArmCam/15_Depth.jpg create mode 100644 RobotData/15_ArmCam/15_RGB.jpg create mode 100644 RobotData/15_ArmCam/ArmCamPos.json create mode 100644 RobotData/15_HeadCam/15_Depth.jpg create mode 100644 RobotData/15_HeadCam/15_RGB.jpg create mode 100644 RobotData/15_HeadCam/HeadCamPos.json create mode 100644 RobotData/16_ArmCam/16_Depth.jpg create mode 100644 RobotData/16_ArmCam/16_RGB.jpg create mode 100644 RobotData/16_ArmCam/ArmCamPos.json create mode 100644 RobotData/16_HeadCam/16_Depth.jpg create mode 100644 RobotData/16_HeadCam/16_RGB.jpg create mode 100644 RobotData/16_HeadCam/HeadCamPos.json create mode 100644 RobotData/17_ArmCam/17_Depth.jpg create mode 100644 RobotData/17_ArmCam/17_RGB.jpg create mode 100644 RobotData/17_ArmCam/ArmCamPos.json create mode 100644 RobotData/17_HeadCam/17_Depth.jpg create mode 100644 RobotData/17_HeadCam/17_RGB.jpg create mode 100644 RobotData/17_HeadCam/HeadCamPos.json create mode 100644 RobotData/18_ArmCam/18_Depth.jpg create mode 100644 RobotData/18_ArmCam/18_RGB.jpg create mode 100644 RobotData/18_ArmCam/ArmCamPos.json create mode 100644 RobotData/18_HeadCam/18_Depth.jpg create mode 100644 RobotData/18_HeadCam/18_RGB.jpg create mode 100644 RobotData/18_HeadCam/HeadCamPos.json create mode 100644 RobotData/19_ArmCam/19_Depth.jpg create mode 100644 RobotData/19_ArmCam/19_RGB.jpg create mode 100644 RobotData/19_ArmCam/ArmCamPos.json create mode 100644 RobotData/19_HeadCam/19_Depth.jpg create mode 100644 RobotData/19_HeadCam/19_RGB.jpg create mode 100644 RobotData/19_HeadCam/HeadCamPos.json create mode 100644 RobotData/1_ArmCam/1_Depth.jpg create mode 100644 RobotData/1_ArmCam/1_RGB.jpg create mode 100644 RobotData/1_ArmCam/ArmCamPos.json create mode 100644 RobotData/1_HeadCam/1_Depth.jpg create mode 100644 RobotData/1_HeadCam/1_RGB.jpg create mode 100644 RobotData/1_HeadCam/HeadCamPos.json create mode 100644 RobotData/20_ArmCam/20_Depth.jpg create mode 100644 RobotData/20_ArmCam/20_RGB.jpg create mode 100644 RobotData/20_ArmCam/ArmCamPos.json create mode 100644 RobotData/20_HeadCam/20_Depth.jpg create mode 100644 RobotData/20_HeadCam/20_RGB.jpg create mode 100644 RobotData/20_HeadCam/HeadCamPos.json create mode 100644 RobotData/21_ArmCam/21_Depth.jpg create mode 100644 RobotData/21_ArmCam/21_RGB.jpg create mode 100644 RobotData/21_ArmCam/ArmCamPos.json create mode 100644 RobotData/21_HeadCam/21_Depth.jpg create mode 100644 RobotData/21_HeadCam/21_RGB.jpg create mode 100644 RobotData/21_HeadCam/HeadCamPos.json create mode 100644 RobotData/22_ArmCam/22_Depth.jpg create mode 100644 RobotData/22_ArmCam/22_RGB.jpg create mode 100644 RobotData/22_ArmCam/ArmCamPos.json create mode 100644 RobotData/22_HeadCam/22_Depth.jpg create mode 100644 RobotData/22_HeadCam/22_RGB.jpg create mode 100644 RobotData/22_HeadCam/HeadCamPos.json create mode 100644 RobotData/23_ArmCam/23_Depth.jpg create mode 100644 RobotData/23_ArmCam/23_RGB.jpg create mode 100644 RobotData/23_ArmCam/ArmCamPos.json create mode 100644 RobotData/23_HeadCam/23_Depth.jpg create mode 100644 RobotData/23_HeadCam/23_RGB.jpg create mode 100644 RobotData/23_HeadCam/HeadCamPos.json create mode 100644 RobotData/24_ArmCam/24_Depth.jpg create mode 100644 RobotData/24_ArmCam/24_RGB.jpg create mode 100644 RobotData/24_ArmCam/ArmCamPos.json create mode 100644 RobotData/24_HeadCam/24_Depth.jpg create mode 100644 RobotData/24_HeadCam/24_RGB.jpg create mode 100644 RobotData/24_HeadCam/HeadCamPos.json create mode 100644 RobotData/25_ArmCam/25_Depth.jpg create mode 100644 RobotData/25_ArmCam/25_RGB.jpg create mode 100644 RobotData/25_ArmCam/ArmCamPos.json create mode 100644 RobotData/25_HeadCam/25_Depth.jpg create mode 100644 RobotData/25_HeadCam/25_RGB.jpg create mode 100644 RobotData/25_HeadCam/HeadCamPos.json create mode 100644 RobotData/26_ArmCam/26_Depth.jpg create mode 100644 RobotData/26_ArmCam/26_RGB.jpg create mode 100644 RobotData/26_ArmCam/ArmCamPos.json create mode 100644 RobotData/26_HeadCam/26_Depth.jpg create mode 100644 RobotData/26_HeadCam/26_RGB.jpg create mode 100644 RobotData/26_HeadCam/HeadCamPos.json create mode 100644 RobotData/27_ArmCam/27_Depth.jpg create mode 100644 RobotData/27_ArmCam/27_RGB.jpg create mode 100644 RobotData/27_ArmCam/ArmCamPos.json create mode 100644 RobotData/27_HeadCam/27_Depth.jpg create mode 100644 RobotData/27_HeadCam/27_RGB.jpg create mode 100644 RobotData/27_HeadCam/HeadCamPos.json create mode 100644 RobotData/28_ArmCam/28_Depth.jpg create mode 100644 RobotData/28_ArmCam/28_RGB.jpg create mode 100644 RobotData/28_ArmCam/ArmCamPos.json create mode 100644 RobotData/28_HeadCam/28_Depth.jpg create mode 100644 RobotData/28_HeadCam/28_RGB.jpg create mode 100644 RobotData/28_HeadCam/HeadCamPos.json create mode 100644 RobotData/29_ArmCam/29_Depth.jpg create mode 100644 RobotData/29_ArmCam/29_RGB.jpg create mode 100644 RobotData/29_ArmCam/ArmCamPos.json create mode 100644 RobotData/29_HeadCam/29_Depth.jpg create mode 100644 RobotData/29_HeadCam/29_RGB.jpg create mode 100644 RobotData/29_HeadCam/HeadCamPos.json create mode 100644 RobotData/2_ArmCam/2_Depth.jpg create mode 100644 RobotData/2_ArmCam/2_RGB.jpg create mode 100644 RobotData/2_ArmCam/ArmCamPos.json create mode 100644 RobotData/2_HeadCam/2_Depth.jpg create mode 100644 RobotData/2_HeadCam/2_RGB.jpg create mode 100644 RobotData/2_HeadCam/HeadCamPos.json create mode 100644 RobotData/30_ArmCam/30_Depth.jpg create mode 100644 RobotData/30_ArmCam/30_RGB.jpg create mode 100644 RobotData/30_ArmCam/ArmCamPos.json create mode 100644 RobotData/30_HeadCam/30_Depth.jpg create mode 100644 RobotData/30_HeadCam/30_RGB.jpg create mode 100644 RobotData/30_HeadCam/HeadCamPos.json create mode 100644 RobotData/31_ArmCam/31_Depth.jpg create mode 100644 RobotData/31_ArmCam/31_RGB.jpg create mode 100644 RobotData/31_ArmCam/ArmCamPos.json create mode 100644 RobotData/31_HeadCam/31_Depth.jpg create mode 100644 RobotData/31_HeadCam/31_RGB.jpg create mode 100644 RobotData/31_HeadCam/HeadCamPos.json create mode 100644 RobotData/32_ArmCam/32_Depth.jpg create mode 100644 RobotData/32_ArmCam/32_RGB.jpg create mode 100644 RobotData/32_ArmCam/ArmCamPos.json create mode 100644 RobotData/32_HeadCam/32_Depth.jpg create mode 100644 RobotData/32_HeadCam/32_RGB.jpg create mode 100644 RobotData/32_HeadCam/HeadCamPos.json create mode 100644 RobotData/33_ArmCam/33_Depth.jpg create mode 100644 RobotData/33_ArmCam/33_RGB.jpg create mode 100644 RobotData/33_ArmCam/ArmCamPos.json create mode 100644 RobotData/33_HeadCam/33_Depth.jpg create mode 100644 RobotData/33_HeadCam/33_RGB.jpg create mode 100644 RobotData/33_HeadCam/HeadCamPos.json create mode 100644 RobotData/34_ArmCam/34_Depth.jpg create mode 100644 RobotData/34_ArmCam/34_RGB.jpg create mode 100644 RobotData/34_ArmCam/ArmCamPos.json create mode 100644 RobotData/34_HeadCam/34_Depth.jpg create mode 100644 RobotData/34_HeadCam/34_RGB.jpg create mode 100644 RobotData/34_HeadCam/HeadCamPos.json create mode 100644 RobotData/35_ArmCam/35_Depth.jpg create mode 100644 RobotData/35_ArmCam/35_RGB.jpg create mode 100644 RobotData/35_ArmCam/ArmCamPos.json create mode 100644 RobotData/35_HeadCam/35_Depth.jpg create mode 100644 RobotData/35_HeadCam/35_RGB.jpg create mode 100644 RobotData/35_HeadCam/HeadCamPos.json create mode 100644 RobotData/36_ArmCam/36_Depth.jpg create mode 100644 RobotData/36_ArmCam/36_RGB.jpg create mode 100644 RobotData/36_ArmCam/ArmCamPos.json create mode 100644 RobotData/36_HeadCam/36_Depth.jpg create mode 100644 RobotData/36_HeadCam/36_RGB.jpg create mode 100644 RobotData/36_HeadCam/HeadCamPos.json create mode 100644 RobotData/37_ArmCam/37_Depth.jpg create mode 100644 RobotData/37_ArmCam/37_RGB.jpg create mode 100644 RobotData/37_ArmCam/ArmCamPos.json create mode 100644 RobotData/37_HeadCam/37_Depth.jpg create mode 100644 RobotData/37_HeadCam/37_RGB.jpg create mode 100644 RobotData/37_HeadCam/HeadCamPos.json create mode 100644 RobotData/38_ArmCam/38_Depth.jpg create mode 100644 RobotData/38_ArmCam/38_RGB.jpg create mode 100644 RobotData/38_ArmCam/ArmCamPos.json create mode 100644 RobotData/38_HeadCam/38_Depth.jpg create mode 100644 RobotData/38_HeadCam/38_RGB.jpg create mode 100644 RobotData/38_HeadCam/HeadCamPos.json create mode 100644 RobotData/39_ArmCam/39_Depth.jpg create mode 100644 RobotData/39_ArmCam/39_RGB.jpg create mode 100644 RobotData/39_ArmCam/ArmCamPos.json create mode 100644 RobotData/39_HeadCam/39_Depth.jpg create mode 100644 RobotData/39_HeadCam/39_RGB.jpg create mode 100644 RobotData/39_HeadCam/HeadCamPos.json create mode 100644 RobotData/3_ArmCam/3_Depth.jpg create mode 100644 RobotData/3_ArmCam/3_RGB.jpg create mode 100644 RobotData/3_ArmCam/ArmCamPos.json create mode 100644 RobotData/3_HeadCam/3_Depth.jpg create mode 100644 RobotData/3_HeadCam/3_RGB.jpg create mode 100644 RobotData/3_HeadCam/HeadCamPos.json create mode 100644 RobotData/40_ArmCam/40_Depth.jpg create mode 100644 RobotData/40_ArmCam/40_RGB.jpg create mode 100644 RobotData/40_ArmCam/ArmCamPos.json create mode 100644 RobotData/40_HeadCam/40_Depth.jpg create mode 100644 RobotData/40_HeadCam/40_RGB.jpg create mode 100644 RobotData/40_HeadCam/HeadCamPos.json create mode 100644 RobotData/41_ArmCam/41_Depth.jpg create mode 100644 RobotData/41_ArmCam/41_RGB.jpg create mode 100644 RobotData/41_ArmCam/ArmCamPos.json create mode 100644 RobotData/41_HeadCam/41_Depth.jpg create mode 100644 RobotData/41_HeadCam/41_RGB.jpg create mode 100644 RobotData/41_HeadCam/HeadCamPos.json create mode 100644 RobotData/42_ArmCam/42_Depth.jpg create mode 100644 RobotData/42_ArmCam/42_RGB.jpg create mode 100644 RobotData/42_ArmCam/ArmCamPos.json create mode 100644 RobotData/42_HeadCam/42_Depth.jpg create mode 100644 RobotData/42_HeadCam/42_RGB.jpg create mode 100644 RobotData/42_HeadCam/HeadCamPos.json create mode 100644 RobotData/43_ArmCam/43_Depth.jpg create mode 100644 RobotData/43_ArmCam/43_RGB.jpg create mode 100644 RobotData/43_ArmCam/ArmCamPos.json create mode 100644 RobotData/43_HeadCam/43_Depth.jpg create mode 100644 RobotData/43_HeadCam/43_RGB.jpg create mode 100644 RobotData/43_HeadCam/HeadCamPos.json create mode 100644 RobotData/44_ArmCam/44_Depth.jpg create mode 100644 RobotData/44_ArmCam/44_RGB.jpg create mode 100644 RobotData/44_ArmCam/ArmCamPos.json create mode 100644 RobotData/44_HeadCam/44_Depth.jpg create mode 100644 RobotData/44_HeadCam/44_RGB.jpg create mode 100644 RobotData/44_HeadCam/HeadCamPos.json create mode 100644 RobotData/45_ArmCam/45_Depth.jpg create mode 100644 RobotData/45_ArmCam/45_RGB.jpg create mode 100644 RobotData/45_ArmCam/ArmCamPos.json create mode 100644 RobotData/45_HeadCam/45_Depth.jpg create mode 100644 RobotData/45_HeadCam/45_RGB.jpg create mode 100644 RobotData/45_HeadCam/HeadCamPos.json create mode 100644 RobotData/46_ArmCam/46_Depth.jpg create mode 100644 RobotData/46_ArmCam/46_RGB.jpg create mode 100644 RobotData/46_ArmCam/ArmCamPos.json create mode 100644 RobotData/46_HeadCam/46_Depth.jpg create mode 100644 RobotData/46_HeadCam/46_RGB.jpg create mode 100644 RobotData/46_HeadCam/HeadCamPos.json create mode 100644 RobotData/47_ArmCam/47_Depth.jpg create mode 100644 RobotData/47_ArmCam/47_RGB.jpg create mode 100644 RobotData/47_ArmCam/ArmCamPos.json create mode 100644 RobotData/47_HeadCam/47_Depth.jpg create mode 100644 RobotData/47_HeadCam/47_RGB.jpg create mode 100644 RobotData/47_HeadCam/HeadCamPos.json create mode 100644 RobotData/48_ArmCam/48_Depth.jpg create mode 100644 RobotData/48_ArmCam/48_RGB.jpg create mode 100644 RobotData/48_ArmCam/ArmCamPos.json create mode 100644 RobotData/48_HeadCam/48_Depth.jpg create mode 100644 RobotData/48_HeadCam/48_RGB.jpg create mode 100644 RobotData/48_HeadCam/HeadCamPos.json create mode 100644 RobotData/49_ArmCam/49_Depth.jpg create mode 100644 RobotData/49_ArmCam/49_RGB.jpg create mode 100644 RobotData/49_ArmCam/ArmCamPos.json create mode 100644 RobotData/49_HeadCam/49_Depth.jpg create mode 100644 RobotData/49_HeadCam/49_RGB.jpg create mode 100644 RobotData/49_HeadCam/HeadCamPos.json create mode 100644 RobotData/4_ArmCam/4_Depth.jpg create mode 100644 RobotData/4_ArmCam/4_RGB.jpg create mode 100644 RobotData/4_ArmCam/ArmCamPos.json create mode 100644 RobotData/4_HeadCam/4_Depth.jpg create mode 100644 RobotData/4_HeadCam/4_RGB.jpg create mode 100644 RobotData/4_HeadCam/HeadCamPos.json create mode 100644 RobotData/50_ArmCam/50_Depth.jpg create mode 100644 RobotData/50_ArmCam/50_RGB.jpg create mode 100644 RobotData/50_ArmCam/ArmCamPos.json create mode 100644 RobotData/50_HeadCam/50_Depth.jpg create mode 100644 RobotData/50_HeadCam/50_RGB.jpg create mode 100644 RobotData/50_HeadCam/HeadCamPos.json create mode 100644 RobotData/51_ArmCam/51_Depth.jpg create mode 100644 RobotData/51_ArmCam/51_RGB.jpg create mode 100644 RobotData/51_ArmCam/ArmCamPos.json create mode 100644 RobotData/51_HeadCam/51_Depth.jpg create mode 100644 RobotData/51_HeadCam/51_RGB.jpg create mode 100644 RobotData/51_HeadCam/HeadCamPos.json create mode 100644 RobotData/52_ArmCam/52_Depth.jpg create mode 100644 RobotData/52_ArmCam/52_RGB.jpg create mode 100644 RobotData/52_ArmCam/ArmCamPos.json create mode 100644 RobotData/52_HeadCam/52_Depth.jpg create mode 100644 RobotData/52_HeadCam/52_RGB.jpg create mode 100644 RobotData/52_HeadCam/HeadCamPos.json create mode 100644 RobotData/53_ArmCam/53_Depth.jpg create mode 100644 RobotData/53_ArmCam/53_RGB.jpg create mode 100644 RobotData/53_ArmCam/ArmCamPos.json create mode 100644 RobotData/53_HeadCam/53_Depth.jpg create mode 100644 RobotData/53_HeadCam/53_RGB.jpg create mode 100644 RobotData/53_HeadCam/HeadCamPos.json create mode 100644 RobotData/54_ArmCam/54_Depth.jpg create mode 100644 RobotData/54_ArmCam/54_RGB.jpg create mode 100644 RobotData/54_ArmCam/ArmCamPos.json create mode 100644 RobotData/54_HeadCam/54_Depth.jpg create mode 100644 RobotData/54_HeadCam/54_RGB.jpg create mode 100644 RobotData/54_HeadCam/HeadCamPos.json create mode 100644 RobotData/55_ArmCam/55_Depth.jpg create mode 100644 RobotData/55_ArmCam/55_RGB.jpg create mode 100644 RobotData/55_ArmCam/ArmCamPos.json create mode 100644 RobotData/55_HeadCam/55_Depth.jpg create mode 100644 RobotData/55_HeadCam/55_RGB.jpg create mode 100644 RobotData/55_HeadCam/HeadCamPos.json create mode 100644 RobotData/56_ArmCam/56_Depth.jpg create mode 100644 RobotData/56_ArmCam/56_RGB.jpg create mode 100644 RobotData/56_ArmCam/ArmCamPos.json create mode 100644 RobotData/56_HeadCam/56_Depth.jpg create mode 100644 RobotData/56_HeadCam/56_RGB.jpg create mode 100644 RobotData/56_HeadCam/HeadCamPos.json create mode 100644 RobotData/57_ArmCam/57_Depth.jpg create mode 100644 RobotData/57_ArmCam/57_RGB.jpg create mode 100644 RobotData/57_ArmCam/ArmCamPos.json create mode 100644 RobotData/57_HeadCam/57_Depth.jpg create mode 100644 RobotData/57_HeadCam/57_RGB.jpg create mode 100644 RobotData/57_HeadCam/HeadCamPos.json create mode 100644 RobotData/58_ArmCam/58_Depth.jpg create mode 100644 RobotData/58_ArmCam/58_RGB.jpg create mode 100644 RobotData/58_ArmCam/ArmCamPos.json create mode 100644 RobotData/58_HeadCam/58_Depth.jpg create mode 100644 RobotData/58_HeadCam/58_RGB.jpg create mode 100644 RobotData/58_HeadCam/HeadCamPos.json create mode 100644 RobotData/59_ArmCam/59_Depth.jpg create mode 100644 RobotData/59_ArmCam/59_RGB.jpg create mode 100644 RobotData/59_ArmCam/ArmCamPos.json create mode 100644 RobotData/59_HeadCam/59_Depth.jpg create mode 100644 RobotData/59_HeadCam/59_RGB.jpg create mode 100644 RobotData/59_HeadCam/HeadCamPos.json create mode 100644 RobotData/5_ArmCam/5_Depth.jpg create mode 100644 RobotData/5_ArmCam/5_RGB.jpg create mode 100644 RobotData/5_ArmCam/ArmCamPos.json create mode 100644 RobotData/5_HeadCam/5_Depth.jpg create mode 100644 RobotData/5_HeadCam/5_RGB.jpg create mode 100644 RobotData/5_HeadCam/HeadCamPos.json create mode 100644 RobotData/60_ArmCam/60_Depth.jpg create mode 100644 RobotData/60_ArmCam/60_RGB.jpg create mode 100644 RobotData/60_ArmCam/ArmCamPos.json create mode 100644 RobotData/60_HeadCam/60_Depth.jpg create mode 100644 RobotData/60_HeadCam/60_RGB.jpg create mode 100644 RobotData/60_HeadCam/HeadCamPos.json create mode 100644 RobotData/61_ArmCam/61_Depth.jpg create mode 100644 RobotData/61_ArmCam/61_RGB.jpg create mode 100644 RobotData/61_ArmCam/ArmCamPos.json create mode 100644 RobotData/61_HeadCam/61_Depth.jpg create mode 100644 RobotData/61_HeadCam/61_RGB.jpg create mode 100644 RobotData/61_HeadCam/HeadCamPos.json create mode 100644 RobotData/62_ArmCam/62_Depth.jpg create mode 100644 RobotData/62_ArmCam/62_RGB.jpg create mode 100644 RobotData/62_ArmCam/ArmCamPos.json create mode 100644 RobotData/62_HeadCam/62_Depth.jpg create mode 100644 RobotData/62_HeadCam/62_RGB.jpg create mode 100644 RobotData/62_HeadCam/HeadCamPos.json create mode 100644 RobotData/63_ArmCam/63_Depth.jpg create mode 100644 RobotData/63_ArmCam/63_RGB.jpg create mode 100644 RobotData/63_ArmCam/ArmCamPos.json create mode 100644 RobotData/63_HeadCam/63_Depth.jpg create mode 100644 RobotData/63_HeadCam/63_RGB.jpg create mode 100644 RobotData/63_HeadCam/HeadCamPos.json create mode 100644 RobotData/64_ArmCam/64_Depth.jpg create mode 100644 RobotData/64_ArmCam/64_RGB.jpg create mode 100644 RobotData/64_ArmCam/ArmCamPos.json create mode 100644 RobotData/64_HeadCam/64_Depth.jpg create mode 100644 RobotData/64_HeadCam/64_RGB.jpg create mode 100644 RobotData/64_HeadCam/HeadCamPos.json create mode 100644 RobotData/65_ArmCam/65_Depth.jpg create mode 100644 RobotData/65_ArmCam/65_RGB.jpg create mode 100644 RobotData/65_ArmCam/ArmCamPos.json create mode 100644 RobotData/65_HeadCam/65_Depth.jpg create mode 100644 RobotData/65_HeadCam/65_RGB.jpg create mode 100644 RobotData/65_HeadCam/HeadCamPos.json create mode 100644 RobotData/66_ArmCam/66_Depth.jpg create mode 100644 RobotData/66_ArmCam/66_RGB.jpg create mode 100644 RobotData/66_ArmCam/ArmCamPos.json create mode 100644 RobotData/66_HeadCam/66_Depth.jpg create mode 100644 RobotData/66_HeadCam/66_RGB.jpg create mode 100644 RobotData/66_HeadCam/HeadCamPos.json create mode 100644 RobotData/67_ArmCam/67_Depth.jpg create mode 100644 RobotData/67_ArmCam/67_RGB.jpg create mode 100644 RobotData/67_ArmCam/ArmCamPos.json create mode 100644 RobotData/67_HeadCam/67_Depth.jpg create mode 100644 RobotData/67_HeadCam/67_RGB.jpg create mode 100644 RobotData/67_HeadCam/HeadCamPos.json create mode 100644 RobotData/68_ArmCam/68_Depth.jpg create mode 100644 RobotData/68_ArmCam/68_RGB.jpg create mode 100644 RobotData/68_ArmCam/ArmCamPos.json create mode 100644 RobotData/68_HeadCam/68_Depth.jpg create mode 100644 RobotData/68_HeadCam/68_RGB.jpg create mode 100644 RobotData/68_HeadCam/HeadCamPos.json create mode 100644 RobotData/69_ArmCam/69_Depth.jpg create mode 100644 RobotData/69_ArmCam/69_RGB.jpg create mode 100644 RobotData/69_ArmCam/ArmCamPos.json create mode 100644 RobotData/69_HeadCam/69_Depth.jpg create mode 100644 RobotData/69_HeadCam/69_RGB.jpg create mode 100644 RobotData/69_HeadCam/HeadCamPos.json create mode 100644 RobotData/6_ArmCam/6_Depth.jpg create mode 100644 RobotData/6_ArmCam/6_RGB.jpg create mode 100644 RobotData/6_ArmCam/ArmCamPos.json create mode 100644 RobotData/6_HeadCam/6_Depth.jpg create mode 100644 RobotData/6_HeadCam/6_RGB.jpg create mode 100644 RobotData/6_HeadCam/HeadCamPos.json create mode 100644 RobotData/70_ArmCam/70_Depth.jpg create mode 100644 RobotData/70_ArmCam/70_RGB.jpg create mode 100644 RobotData/70_ArmCam/ArmCamPos.json create mode 100644 RobotData/70_HeadCam/70_Depth.jpg create mode 100644 RobotData/70_HeadCam/70_RGB.jpg create mode 100644 RobotData/70_HeadCam/HeadCamPos.json create mode 100644 RobotData/71_ArmCam/71_Depth.jpg create mode 100644 RobotData/71_ArmCam/71_RGB.jpg create mode 100644 RobotData/71_ArmCam/ArmCamPos.json create mode 100644 RobotData/71_HeadCam/71_Depth.jpg create mode 100644 RobotData/71_HeadCam/71_RGB.jpg create mode 100644 RobotData/71_HeadCam/HeadCamPos.json create mode 100644 RobotData/72_ArmCam/72_Depth.jpg create mode 100644 RobotData/72_ArmCam/72_RGB.jpg create mode 100644 RobotData/72_ArmCam/ArmCamPos.json create mode 100644 RobotData/72_HeadCam/72_Depth.jpg create mode 100644 RobotData/72_HeadCam/72_RGB.jpg create mode 100644 RobotData/72_HeadCam/HeadCamPos.json create mode 100644 RobotData/73_ArmCam/73_Depth.jpg create mode 100644 RobotData/73_ArmCam/73_RGB.jpg create mode 100644 RobotData/73_ArmCam/ArmCamPos.json create mode 100644 RobotData/73_HeadCam/73_Depth.jpg create mode 100644 RobotData/73_HeadCam/73_RGB.jpg create mode 100644 RobotData/73_HeadCam/HeadCamPos.json create mode 100644 RobotData/74_ArmCam/74_Depth.jpg create mode 100644 RobotData/74_ArmCam/74_RGB.jpg create mode 100644 RobotData/74_ArmCam/ArmCamPos.json create mode 100644 RobotData/74_HeadCam/74_Depth.jpg create mode 100644 RobotData/74_HeadCam/74_RGB.jpg create mode 100644 RobotData/74_HeadCam/HeadCamPos.json create mode 100644 RobotData/75_ArmCam/75_Depth.jpg create mode 100644 RobotData/75_ArmCam/75_RGB.jpg create mode 100644 RobotData/75_ArmCam/ArmCamPos.json create mode 100644 RobotData/75_HeadCam/75_Depth.jpg create mode 100644 RobotData/75_HeadCam/75_RGB.jpg create mode 100644 RobotData/75_HeadCam/HeadCamPos.json create mode 100644 RobotData/76_ArmCam/76_Depth.jpg create mode 100644 RobotData/76_ArmCam/76_RGB.jpg create mode 100644 RobotData/76_ArmCam/ArmCamPos.json create mode 100644 RobotData/76_HeadCam/76_Depth.jpg create mode 100644 RobotData/76_HeadCam/76_RGB.jpg create mode 100644 RobotData/76_HeadCam/HeadCamPos.json create mode 100644 RobotData/77_ArmCam/77_Depth.jpg create mode 100644 RobotData/77_ArmCam/77_RGB.jpg create mode 100644 RobotData/77_ArmCam/ArmCamPos.json create mode 100644 RobotData/77_HeadCam/77_Depth.jpg create mode 100644 RobotData/77_HeadCam/77_RGB.jpg create mode 100644 RobotData/77_HeadCam/HeadCamPos.json create mode 100644 RobotData/78_ArmCam/78_Depth.jpg create mode 100644 RobotData/78_ArmCam/78_RGB.jpg create mode 100644 RobotData/78_ArmCam/ArmCamPos.json create mode 100644 RobotData/78_HeadCam/78_Depth.jpg create mode 100644 RobotData/78_HeadCam/78_RGB.jpg create mode 100644 RobotData/78_HeadCam/HeadCamPos.json create mode 100644 RobotData/79_ArmCam/79_Depth.jpg create mode 100644 RobotData/79_ArmCam/79_RGB.jpg create mode 100644 RobotData/79_ArmCam/ArmCamPos.json create mode 100644 RobotData/79_HeadCam/79_Depth.jpg create mode 100644 RobotData/79_HeadCam/79_RGB.jpg create mode 100644 RobotData/79_HeadCam/HeadCamPos.json create mode 100644 RobotData/7_ArmCam/7_Depth.jpg create mode 100644 RobotData/7_ArmCam/7_RGB.jpg create mode 100644 RobotData/7_ArmCam/ArmCamPos.json create mode 100644 RobotData/7_HeadCam/7_Depth.jpg create mode 100644 RobotData/7_HeadCam/7_RGB.jpg create mode 100644 RobotData/7_HeadCam/HeadCamPos.json create mode 100644 RobotData/80_ArmCam/80_Depth.jpg create mode 100644 RobotData/80_ArmCam/80_RGB.jpg create mode 100644 RobotData/80_ArmCam/ArmCamPos.json create mode 100644 RobotData/80_HeadCam/80_Depth.jpg create mode 100644 RobotData/80_HeadCam/80_RGB.jpg create mode 100644 RobotData/80_HeadCam/HeadCamPos.json create mode 100644 RobotData/81_ArmCam/81_Depth.jpg create mode 100644 RobotData/81_ArmCam/81_RGB.jpg create mode 100644 RobotData/81_ArmCam/ArmCamPos.json create mode 100644 RobotData/81_HeadCam/81_Depth.jpg create mode 100644 RobotData/81_HeadCam/81_RGB.jpg create mode 100644 RobotData/81_HeadCam/HeadCamPos.json create mode 100644 RobotData/82_ArmCam/82_Depth.jpg create mode 100644 RobotData/82_ArmCam/82_RGB.jpg create mode 100644 RobotData/82_ArmCam/ArmCamPos.json create mode 100644 RobotData/82_HeadCam/82_Depth.jpg create mode 100644 RobotData/82_HeadCam/82_RGB.jpg create mode 100644 RobotData/82_HeadCam/HeadCamPos.json create mode 100644 RobotData/83_ArmCam/83_Depth.jpg create mode 100644 RobotData/83_ArmCam/83_RGB.jpg create mode 100644 RobotData/83_ArmCam/ArmCamPos.json create mode 100644 RobotData/83_HeadCam/83_Depth.jpg create mode 100644 RobotData/83_HeadCam/83_RGB.jpg create mode 100644 RobotData/83_HeadCam/HeadCamPos.json create mode 100644 RobotData/84_ArmCam/84_Depth.jpg create mode 100644 RobotData/84_ArmCam/84_RGB.jpg create mode 100644 RobotData/84_ArmCam/ArmCamPos.json create mode 100644 RobotData/84_HeadCam/84_Depth.jpg create mode 100644 RobotData/84_HeadCam/84_RGB.jpg create mode 100644 RobotData/84_HeadCam/HeadCamPos.json create mode 100644 RobotData/85_ArmCam/85_Depth.jpg create mode 100644 RobotData/85_ArmCam/85_RGB.jpg create mode 100644 RobotData/85_ArmCam/ArmCamPos.json create mode 100644 RobotData/85_HeadCam/85_Depth.jpg create mode 100644 RobotData/85_HeadCam/85_RGB.jpg create mode 100644 RobotData/85_HeadCam/HeadCamPos.json create mode 100644 RobotData/86_ArmCam/86_Depth.jpg create mode 100644 RobotData/86_ArmCam/86_RGB.jpg create mode 100644 RobotData/86_ArmCam/ArmCamPos.json create mode 100644 RobotData/86_HeadCam/86_Depth.jpg create mode 100644 RobotData/86_HeadCam/86_RGB.jpg create mode 100644 RobotData/86_HeadCam/HeadCamPos.json create mode 100644 RobotData/87_ArmCam/87_Depth.jpg create mode 100644 RobotData/87_ArmCam/87_RGB.jpg create mode 100644 RobotData/87_ArmCam/ArmCamPos.json create mode 100644 RobotData/87_HeadCam/87_Depth.jpg create mode 100644 RobotData/87_HeadCam/87_RGB.jpg create mode 100644 RobotData/87_HeadCam/HeadCamPos.json create mode 100644 RobotData/88_ArmCam/88_Depth.jpg create mode 100644 RobotData/88_ArmCam/88_RGB.jpg create mode 100644 RobotData/88_ArmCam/ArmCamPos.json create mode 100644 RobotData/88_HeadCam/88_Depth.jpg create mode 100644 RobotData/88_HeadCam/88_RGB.jpg create mode 100644 RobotData/88_HeadCam/HeadCamPos.json create mode 100644 RobotData/89_ArmCam/89_Depth.jpg create mode 100644 RobotData/89_ArmCam/89_RGB.jpg create mode 100644 RobotData/89_ArmCam/ArmCamPos.json create mode 100644 RobotData/89_HeadCam/89_Depth.jpg create mode 100644 RobotData/89_HeadCam/89_RGB.jpg create mode 100644 RobotData/89_HeadCam/HeadCamPos.json create mode 100644 RobotData/8_ArmCam/8_Depth.jpg create mode 100644 RobotData/8_ArmCam/8_RGB.jpg create mode 100644 RobotData/8_ArmCam/ArmCamPos.json create mode 100644 RobotData/8_HeadCam/8_Depth.jpg create mode 100644 RobotData/8_HeadCam/8_RGB.jpg create mode 100644 RobotData/8_HeadCam/HeadCamPos.json create mode 100644 RobotData/90_ArmCam/90_Depth.jpg create mode 100644 RobotData/90_ArmCam/90_RGB.jpg create mode 100644 RobotData/90_ArmCam/ArmCamPos.json create mode 100644 RobotData/90_HeadCam/90_Depth.jpg create mode 100644 RobotData/90_HeadCam/90_RGB.jpg create mode 100644 RobotData/90_HeadCam/HeadCamPos.json create mode 100644 RobotData/91_ArmCam/91_Depth.jpg create mode 100644 RobotData/91_ArmCam/91_RGB.jpg create mode 100644 RobotData/91_ArmCam/ArmCamPos.json create mode 100644 RobotData/91_HeadCam/91_Depth.jpg create mode 100644 RobotData/91_HeadCam/91_RGB.jpg create mode 100644 RobotData/91_HeadCam/HeadCamPos.json create mode 100644 RobotData/92_ArmCam/92_Depth.jpg create mode 100644 RobotData/92_ArmCam/92_RGB.jpg create mode 100644 RobotData/92_ArmCam/ArmCamPos.json create mode 100644 RobotData/92_HeadCam/92_Depth.jpg create mode 100644 RobotData/92_HeadCam/92_RGB.jpg create mode 100644 RobotData/92_HeadCam/HeadCamPos.json create mode 100644 RobotData/93_ArmCam/93_Depth.jpg create mode 100644 RobotData/93_ArmCam/93_RGB.jpg create mode 100644 RobotData/93_ArmCam/ArmCamPos.json create mode 100644 RobotData/93_HeadCam/93_Depth.jpg create mode 100644 RobotData/93_HeadCam/93_RGB.jpg create mode 100644 RobotData/93_HeadCam/HeadCamPos.json create mode 100644 RobotData/94_ArmCam/94_Depth.jpg create mode 100644 RobotData/94_ArmCam/94_RGB.jpg create mode 100644 RobotData/94_ArmCam/ArmCamPos.json create mode 100644 RobotData/94_HeadCam/94_Depth.jpg create mode 100644 RobotData/94_HeadCam/94_RGB.jpg create mode 100644 RobotData/94_HeadCam/HeadCamPos.json create mode 100644 RobotData/95_ArmCam/95_Depth.jpg create mode 100644 RobotData/95_ArmCam/95_RGB.jpg create mode 100644 RobotData/95_ArmCam/ArmCamPos.json create mode 100644 RobotData/95_HeadCam/95_Depth.jpg create mode 100644 RobotData/95_HeadCam/95_RGB.jpg create mode 100644 RobotData/95_HeadCam/HeadCamPos.json create mode 100644 RobotData/96_ArmCam/96_Depth.jpg create mode 100644 RobotData/96_ArmCam/96_RGB.jpg create mode 100644 RobotData/96_ArmCam/ArmCamPos.json create mode 100644 RobotData/96_HeadCam/96_Depth.jpg create mode 100644 RobotData/96_HeadCam/96_RGB.jpg create mode 100644 RobotData/96_HeadCam/HeadCamPos.json create mode 100644 RobotData/97_ArmCam/97_Depth.jpg create mode 100644 RobotData/97_ArmCam/97_RGB.jpg create mode 100644 RobotData/97_ArmCam/ArmCamPos.json create mode 100644 RobotData/97_HeadCam/97_Depth.jpg create mode 100644 RobotData/97_HeadCam/97_RGB.jpg create mode 100644 RobotData/97_HeadCam/HeadCamPos.json create mode 100644 RobotData/98_ArmCam/98_Depth.jpg create mode 100644 RobotData/98_ArmCam/98_RGB.jpg create mode 100644 RobotData/98_ArmCam/ArmCamPos.json create mode 100644 RobotData/98_HeadCam/98_Depth.jpg create mode 100644 RobotData/98_HeadCam/98_RGB.jpg create mode 100644 RobotData/98_HeadCam/HeadCamPos.json create mode 100644 RobotData/99_ArmCam/99_Depth.jpg create mode 100644 RobotData/99_ArmCam/99_RGB.jpg create mode 100644 RobotData/99_ArmCam/ArmCamPos.json create mode 100644 RobotData/99_HeadCam/99_Depth.jpg create mode 100644 RobotData/99_HeadCam/99_RGB.jpg create mode 100644 RobotData/99_HeadCam/HeadCamPos.json create mode 100644 RobotData/9_ArmCam/9_Depth.jpg create mode 100644 RobotData/9_ArmCam/9_RGB.jpg create mode 100644 RobotData/9_ArmCam/ArmCamPos.json create mode 100644 RobotData/9_HeadCam/9_Depth.jpg create mode 100644 RobotData/9_HeadCam/9_RGB.jpg create mode 100644 RobotData/9_HeadCam/HeadCamPos.json diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index b3076d07..944cc745 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -110,6 +110,7 @@ bSkipMovies=False +MapsToCook=(FilePath="/Game/Maps/House03/Maps/ParisLevel") +MapsToCook=(FilePath="/Game/Maps/House04/Maps/MarseilleLevel") +MapsToCook=(FilePath="/Game/Levels/kitchenLevel/kitchenLevel1") ++MapsToCook=(FilePath="/Game/Map/Test_Level") +DirectoriesToAlwaysCook=(Path="/NNEDenoiser") bRetainStagedDirectory=False CustomStageCopyHandler= diff --git a/Content/Blueprint/Core/BPI_PipeConnect.uasset b/Content/Blueprint/Core/BPI_PipeConnect.uasset index 9b0c7ca7..a1cb031c 100644 --- a/Content/Blueprint/Core/BPI_PipeConnect.uasset +++ b/Content/Blueprint/Core/BPI_PipeConnect.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dacec27053ccb95b90ac634868f66569a8147fd6e8e74751c98150df40c86a06 -size 13766 +oid sha256:486cde4c052e4adb9ccd48d9f23223735e74309bde41d62342d92b95550f63f1 +size 13782 diff --git a/Content/Blueprint/Core/BP_3DtextHelp.uasset b/Content/Blueprint/Core/BP_3DtextHelp.uasset index c4cec44f..c719a052 100644 --- a/Content/Blueprint/Core/BP_3DtextHelp.uasset +++ b/Content/Blueprint/Core/BP_3DtextHelp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac2dcebff131d864771d34e2b0b0c5719bfd05ec2c5b65342c0f98141d51545e -size 760034 +oid sha256:e6c3521aba759f56a9a13a67f9f83e9afe74590f1d42355e3ef338c4803ab81f +size 764970 diff --git a/Content/Blueprint/Core/BP_AllSenario.uasset b/Content/Blueprint/Core/BP_AllSenario.uasset index ba19fa48..4fa75373 100644 --- a/Content/Blueprint/Core/BP_AllSenario.uasset +++ b/Content/Blueprint/Core/BP_AllSenario.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4a061cc604dc30a8cfb60acf54062e1d1027d8364e3aaa7b50012232fcd1cfe -size 113944 +oid sha256:63fcf8bd2ce06b369ed1b4dc9c0eb62c2217857002d5a1fa06c9cbffbbc75ce9 +size 114651 diff --git a/Content/Blueprint/Core/BP_Basket.uasset b/Content/Blueprint/Core/BP_Basket.uasset index c518b3f8..28329ccc 100644 --- a/Content/Blueprint/Core/BP_Basket.uasset +++ b/Content/Blueprint/Core/BP_Basket.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31806889af1e462ec7abf0ddae70a7ecb9666a5c7833d2ba425a4c697d02668d -size 70446 +oid sha256:4740168e9015ad43712d68e63108bb48592af0405b274c251e7e1a00dd0c75e4 +size 71328 diff --git a/Content/Blueprint/Core/BP_BlinkNotify.uasset b/Content/Blueprint/Core/BP_BlinkNotify.uasset index a2bf5a22..c940127d 100644 --- a/Content/Blueprint/Core/BP_BlinkNotify.uasset +++ b/Content/Blueprint/Core/BP_BlinkNotify.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dfaa46bb49df56aaf504ed46cb3194be7c136e204216df825c8e6fca566298f -size 62406 +oid sha256:09bf5401d72b8b207dae16c65943472e161bc17a51b0f8ced33759da57456702 +size 62909 diff --git a/Content/Blueprint/Core/BP_DrawrCabin.uasset b/Content/Blueprint/Core/BP_DrawrCabin.uasset index e81b7c4e..493e508b 100644 --- a/Content/Blueprint/Core/BP_DrawrCabin.uasset +++ b/Content/Blueprint/Core/BP_DrawrCabin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:853bf3a0fa0217386f8bf118ff0df93c8645cd4132539f9a90871c6404986537 -size 124638 +oid sha256:9592e215a13b75e56d5d1904a80efa6ebb2f510ee77b7d5cac9c8ccc8d140355 +size 126482 diff --git a/Content/Blueprint/Core/BP_ElbowPipe.uasset b/Content/Blueprint/Core/BP_ElbowPipe.uasset index d4ed266a..ea60643e 100644 --- a/Content/Blueprint/Core/BP_ElbowPipe.uasset +++ b/Content/Blueprint/Core/BP_ElbowPipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f840a76e5b810e96b7472081a0076d1587ca7135ce0b9dd84f203e151030d92 -size 86625 +oid sha256:ad3f27774b3b3410b77562970515e3f1d7434897ee5f5664149bcb131c14015a +size 90992 diff --git a/Content/Blueprint/Core/BP_EndPipeMujoco.uasset b/Content/Blueprint/Core/BP_EndPipeMujoco.uasset index 6eba87e4..70ab000d 100644 --- a/Content/Blueprint/Core/BP_EndPipeMujoco.uasset +++ b/Content/Blueprint/Core/BP_EndPipeMujoco.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ae0f6c6266ded1b4353e44221bfb2c3e9722a1d7fb0c29982a0db574cd522de -size 31823 +oid sha256:d8c0a73ddf6a9a8313981bfc928d20ba0ca8e3f8288cbd0b7742074da63db8a3 +size 31953 diff --git a/Content/Blueprint/Core/BP_HumanSpawner.uasset b/Content/Blueprint/Core/BP_HumanSpawner.uasset index 53b032ed..9adaca24 100644 --- a/Content/Blueprint/Core/BP_HumanSpawner.uasset +++ b/Content/Blueprint/Core/BP_HumanSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ca4bfc2a057d6e00e9888db2064ef999e069f47dbc93e9b18d13c67f0aa2c00 -size 53050 +oid sha256:34d975c9f03245805594fb581dcf480724c7e6e3ffbfc55647a6f1c6a67d7877 +size 53867 diff --git a/Content/Blueprint/Core/BP_LampButton.uasset b/Content/Blueprint/Core/BP_LampButton.uasset index 5fa3a524..0e5f813d 100644 --- a/Content/Blueprint/Core/BP_LampButton.uasset +++ b/Content/Blueprint/Core/BP_LampButton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee3aa0693c82fe85fbc689b4503068b5641f36c96a083b1692c3414b3b223f89 -size 175344 +oid sha256:de4a5439075a145687d43e9736a6fea210d67c3aa46f00fdf719caa42f629636 +size 177900 diff --git a/Content/Blueprint/Core/BP_NaviSplineCreator.uasset b/Content/Blueprint/Core/BP_NaviSplineCreator.uasset index aa34d388..c3005a3c 100644 --- a/Content/Blueprint/Core/BP_NaviSplineCreator.uasset +++ b/Content/Blueprint/Core/BP_NaviSplineCreator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f8830d21cf2525c87c5165a9dfab82b386d041fbc13876a80a76121b6a4fdbe -size 605469 +oid sha256:7912b5a1b502e064cae0530e24fd85d05522448d124c1dbb667c34c56d895bbe +size 609750 diff --git a/Content/Blueprint/Core/BP_Navipoint.uasset b/Content/Blueprint/Core/BP_Navipoint.uasset index 91a9dca8..6a98b1cf 100644 --- a/Content/Blueprint/Core/BP_Navipoint.uasset +++ b/Content/Blueprint/Core/BP_Navipoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ced9894f42570affb84e32c2cab4b204bc7387854c77753f64949627c0ed5dea -size 23280 +oid sha256:73129a7410f3219702a86338fb5a464cbf2679136995eba1c5997f00add8f886 +size 23662 diff --git a/Content/Blueprint/Core/BP_ObjectToRobotPathFinding.uasset b/Content/Blueprint/Core/BP_ObjectToRobotPathFinding.uasset index 1097b5e0..af63c377 100644 --- a/Content/Blueprint/Core/BP_ObjectToRobotPathFinding.uasset +++ b/Content/Blueprint/Core/BP_ObjectToRobotPathFinding.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdc5e20069cda41ec93fe0704fa8aefeb16034158928442886fefbfa5223bf99 -size 233087 +oid sha256:cb9974381877dafcbe7cfa372c8a8bc10a11fa38f9a9b681c1f10dd1f3fdfcea +size 236100 diff --git a/Content/Blueprint/Core/BP_PipeCreator.uasset b/Content/Blueprint/Core/BP_PipeCreator.uasset index 56105e95..24528f04 100644 --- a/Content/Blueprint/Core/BP_PipeCreator.uasset +++ b/Content/Blueprint/Core/BP_PipeCreator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64d0b8247f8fbb48471b2813e825fb99927f4584bfd99246566596fccb03a8ba -size 242262 +oid sha256:d08f98e627250d27e366b749db734ec612feeb7d848edd1a13a2d3738d4c4a54 +size 247463 diff --git a/Content/Blueprint/Core/BP_PipeMujoco.uasset b/Content/Blueprint/Core/BP_PipeMujoco.uasset index d8dc5286..5a9b9215 100644 --- a/Content/Blueprint/Core/BP_PipeMujoco.uasset +++ b/Content/Blueprint/Core/BP_PipeMujoco.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d272ddd21882d3311f225fa241bc84227d115ee616d4c794cd92290e08e02f13 -size 84862 +oid sha256:4ab68559757a18261ffde2dfe1e0553ef94a6248c6b57cb4dd39df7efc310297 +size 85370 diff --git a/Content/Blueprint/Core/BP_PipeTeeElbowMujoco2.uasset b/Content/Blueprint/Core/BP_PipeTeeElbowMujoco2.uasset index c3ff70d2..240dcd10 100644 --- a/Content/Blueprint/Core/BP_PipeTeeElbowMujoco2.uasset +++ b/Content/Blueprint/Core/BP_PipeTeeElbowMujoco2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03dfecaf6984796d19d3b8be0810e404b253a62ea3524b93fef0b712468c2829 -size 108188 +oid sha256:125195dd2ddc2b2445424ecc4510227d6e95bef9e22f3b5707d4d01b9d14c097 +size 108277 diff --git a/Content/Blueprint/Core/BP_PipeTeeMujoco.uasset b/Content/Blueprint/Core/BP_PipeTeeMujoco.uasset index 7d6b0a2c..c2cc4568 100644 --- a/Content/Blueprint/Core/BP_PipeTeeMujoco.uasset +++ b/Content/Blueprint/Core/BP_PipeTeeMujoco.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:880b6727f46e9835b6b5018569561e33ba0e9ed44b97ef0a48f027b01a47572d -size 113672 +oid sha256:046db5ca64d4c392a3e5edf9470ff84e00f25e7b5b7d1aaaf8dc07ac23347a78 +size 114639 diff --git a/Content/Blueprint/Core/BP_RandomHuman.uasset b/Content/Blueprint/Core/BP_RandomHuman.uasset index 14ac4f1b..aebed5a9 100644 --- a/Content/Blueprint/Core/BP_RandomHuman.uasset +++ b/Content/Blueprint/Core/BP_RandomHuman.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b579a55cb39f1ca04a3dcdd007cbf756b2b093cd3428a07235a895798f94a5a6 -size 378709 +oid sha256:ed66267d9221eb40f0635ccf24fa8212ad1c312ed954403d4c7150158dfd71fa +size 375226 diff --git a/Content/Blueprint/Core/BP_StoveButton.uasset b/Content/Blueprint/Core/BP_StoveButton.uasset index cb05db04..506ef8ae 100644 --- a/Content/Blueprint/Core/BP_StoveButton.uasset +++ b/Content/Blueprint/Core/BP_StoveButton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9566c447a8750d7efe20967a270ebc5af00dc9b665d811f95dfed223a40f8fd6 -size 272094 +oid sha256:82adbb2fc7c486d434f462f687d61e14147dd0064c43fb7208cd6c868276ab8e +size 275584 diff --git a/Content/Blueprint/Core/BP_ToHoldItem.uasset b/Content/Blueprint/Core/BP_ToHoldItem.uasset index ea79fa6b..b321272a 100644 --- a/Content/Blueprint/Core/BP_ToHoldItem.uasset +++ b/Content/Blueprint/Core/BP_ToHoldItem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8bb7b0037a04424911cfd5c835bebca796a546bdfcf20f871c7de4a137b0ec3 -size 192792 +oid sha256:89250da42a393ea637fb615572690bbfbd6fc3569aa6530af044a2dcfe7f28ea +size 191031 diff --git a/Content/Blueprint/Core/BP_allObjectCreate.uasset b/Content/Blueprint/Core/BP_allObjectCreate.uasset index 537fd5f9..3f662789 100644 --- a/Content/Blueprint/Core/BP_allObjectCreate.uasset +++ b/Content/Blueprint/Core/BP_allObjectCreate.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41cf807f243ab3223bc2c7cfb20760df1a85d8a500e2a8270287fc97c0c26b34 -size 352468 +oid sha256:981e8840d5276c7036510ae8ed50184f1e1cd503873ce6c39259031166dab30a +size 355503 diff --git a/Content/Blueprint/Core/BP_drawing.uasset b/Content/Blueprint/Core/BP_drawing.uasset index d969e6c9..8fdf49f4 100644 --- a/Content/Blueprint/Core/BP_drawing.uasset +++ b/Content/Blueprint/Core/BP_drawing.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38280e4470919f554c67b37ab112e37e7e6502609fcd8e4d34f95d8d0bc1ea48 -size 298487 +oid sha256:723ed32b9e1c3fccd3bbafe1c4dfc34b63e3c3a0e2da6b640ef7f3309917bcf2 +size 301973 diff --git a/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset b/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset index b1026191..70e3dc23 100644 --- a/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset +++ b/Content/Blueprint/Core/BP_randomizeChangeMaterialTexture.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:693ad2129376ddbc9a4e692ce467eb1d05a5919923a9ead052a00da569656a5f -size 220105 +oid sha256:d02182690e2760ad262304b8f027a89da1bc1b71ae30f8c6f6456af7a510dc8e +size 216604 diff --git a/Content/Blueprint/Core/BP_selectorPoi.uasset b/Content/Blueprint/Core/BP_selectorPoi.uasset index ad30fce4..2372bb6d 100644 --- a/Content/Blueprint/Core/BP_selectorPoi.uasset +++ b/Content/Blueprint/Core/BP_selectorPoi.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e24f73cd8339879ee08765fdf309142c8f9bf6ee15e1cf51353b66ccee451202 -size 63271 +oid sha256:233a153f612b8c0ecd03d2b7355a8cc23515fc783409a9d47a8e1e2a3e41e217 +size 62484 diff --git a/Content/Blueprint/Core/BP_target.uasset b/Content/Blueprint/Core/BP_target.uasset index a9c41260..69d3b908 100644 --- a/Content/Blueprint/Core/BP_target.uasset +++ b/Content/Blueprint/Core/BP_target.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42cd1bbfb0342330948b1f88a5060d90c7eba6d6bc7166c82ebaec718534e551 -size 24173 +oid sha256:9fe18ae2a5d3689f062e5b0209812a22783020ef7be8b129d4f81a16dcf04d6d +size 24555 diff --git a/Content/Blueprint/DATA/Enums/EBathromm.uasset b/Content/Blueprint/DATA/Enums/EBathromm.uasset index 5fe47681..71cf0f58 100644 --- a/Content/Blueprint/DATA/Enums/EBathromm.uasset +++ b/Content/Blueprint/DATA/Enums/EBathromm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c718c4b8c46efdb2c491ac779e2569bb8bef6ecd55b35aaed693ec82a0e0dd1d -size 3388 +oid sha256:1332876e522dcbc90bc0b5d015f5b40de4de4ddec1db45ff35a75e6aed07d521 +size 3424 diff --git a/Content/Blueprint/DATA/Enums/EDecoration.uasset b/Content/Blueprint/DATA/Enums/EDecoration.uasset index 7b9d59d2..2661564b 100644 --- a/Content/Blueprint/DATA/Enums/EDecoration.uasset +++ b/Content/Blueprint/DATA/Enums/EDecoration.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b851d773c64acbe87005d991a533acc7581243f02034121f206fa93e76d191a -size 6967 +oid sha256:9bb3ff2ebaf697445f8b8c630c526c962616c449894c9dd457f3d373fd9e6dcf +size 7003 diff --git a/Content/Blueprint/DATA/Enums/EElectronics.uasset b/Content/Blueprint/DATA/Enums/EElectronics.uasset index 6d81030b..aee51337 100644 --- a/Content/Blueprint/DATA/Enums/EElectronics.uasset +++ b/Content/Blueprint/DATA/Enums/EElectronics.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27818bacdeb1d46c43358a25a42d5eb03741f702878ce0e7eb240541af5f24d6 -size 4184 +oid sha256:cbbe65037b5e97c3b4338a47a139c04b498afeb8b44106ee3019b07d8355860d +size 4220 diff --git a/Content/Blueprint/DATA/Enums/EFurniture.uasset b/Content/Blueprint/DATA/Enums/EFurniture.uasset index f5eefa8e..0cd9324c 100644 --- a/Content/Blueprint/DATA/Enums/EFurniture.uasset +++ b/Content/Blueprint/DATA/Enums/EFurniture.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc603f62a0c217dbee002d2ef6c7d3ab1784f8edabd66859d0a1996f5170d53b -size 4740 +oid sha256:1fdcc181f0a51c796f665860f0852ea3c989d03b5182b84703c2c10a3dff27eb +size 4776 diff --git a/Content/Blueprint/DATA/Enums/EGoalList.uasset b/Content/Blueprint/DATA/Enums/EGoalList.uasset index 800824ed..559b6bec 100644 --- a/Content/Blueprint/DATA/Enums/EGoalList.uasset +++ b/Content/Blueprint/DATA/Enums/EGoalList.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a13a16848969e8e74ce721da691f4d5ad72a36d6eb87f4584987b09fcfa3cc6 -size 12427 +oid sha256:34620a30ec569b2ef75b3b4616824c5d66c669fd47be77eb0cb15ccfb1b63251 +size 12463 diff --git a/Content/Blueprint/DATA/Enums/EHoldHand.uasset b/Content/Blueprint/DATA/Enums/EHoldHand.uasset index db5e07c0..075caf2a 100644 --- a/Content/Blueprint/DATA/Enums/EHoldHand.uasset +++ b/Content/Blueprint/DATA/Enums/EHoldHand.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:510708cb2d2e0aa846bc670b10f0aca08357a9479878565c5604280ffafb7ef1 -size 1412 +oid sha256:44c8a1b91264a28478966dd8bd72e8b976078f0d2a40e0d09018ba5194d1a135 +size 1448 diff --git a/Content/Blueprint/DATA/Enums/EItemType.uasset b/Content/Blueprint/DATA/Enums/EItemType.uasset index 02a0b088..d826ff6a 100644 --- a/Content/Blueprint/DATA/Enums/EItemType.uasset +++ b/Content/Blueprint/DATA/Enums/EItemType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d28ea511927baea37756f0e604923972eea442333615356cfff73975ba1cfa7 -size 2662 +oid sha256:68f9a26f27ec399e3ba5b6a3b8bc63f0b6058b22baa4eac06a637478b191443e +size 2698 diff --git a/Content/Blueprint/DATA/Enums/EKitchenWware.uasset b/Content/Blueprint/DATA/Enums/EKitchenWware.uasset index 5cefa161..ca2ca3c5 100644 --- a/Content/Blueprint/DATA/Enums/EKitchenWware.uasset +++ b/Content/Blueprint/DATA/Enums/EKitchenWware.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55aacc5166b3653529b10b5bc002f2bb1ff3c7c3909308e025085c9c2289af5d -size 4154 +oid sha256:0aa28710a80369ec1ad1dfcf94811aa0c3064ea1786ed271718695c7543e1db7 +size 4190 diff --git a/Content/Blueprint/DATA/Enums/ELevelType.uasset b/Content/Blueprint/DATA/Enums/ELevelType.uasset index c057707d..1ae1b874 100644 --- a/Content/Blueprint/DATA/Enums/ELevelType.uasset +++ b/Content/Blueprint/DATA/Enums/ELevelType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2722519ae6e198b3ceaae9d67afb221320a21c62cc2354601929312cf502cfa5 -size 3019 +oid sha256:22629fe277d8377dc8a14ff4ddd99558b6b5274cb9e9bf3a2d24dff7d796c2ce +size 3055 diff --git a/Content/Blueprint/DATA/Enums/EListGroupModels.uasset b/Content/Blueprint/DATA/Enums/EListGroupModels.uasset index dc879bcd..9585ce08 100644 --- a/Content/Blueprint/DATA/Enums/EListGroupModels.uasset +++ b/Content/Blueprint/DATA/Enums/EListGroupModels.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:688b0ca0453869257ffae4d1e23ced4d5370525a3b3afdb1352cac94fc326e92 -size 3532 +oid sha256:f5bf8a4393020e7d051d0d4c68d7afecb6f3b7054132ae36df19a0284c51e649 +size 3568 diff --git a/Content/Blueprint/DATA/Enums/ERobotAccessoriesArms.uasset b/Content/Blueprint/DATA/Enums/ERobotAccessoriesArms.uasset index 98bde038..bc67166c 100644 --- a/Content/Blueprint/DATA/Enums/ERobotAccessoriesArms.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotAccessoriesArms.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f4b3adfd097f9ac68b3845a76fc62448dd5b3ae5c5f7011eb02a9c4c65d3c3a -size 3094 +oid sha256:41750eea2b89178d17539798a4eeac0dfacc7221806b4521d78ce80ede9d945f +size 3130 diff --git a/Content/Blueprint/DATA/Enums/ERobotAccessoriesHands.uasset b/Content/Blueprint/DATA/Enums/ERobotAccessoriesHands.uasset index c2b2fb2c..38f5b61d 100644 --- a/Content/Blueprint/DATA/Enums/ERobotAccessoriesHands.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotAccessoriesHands.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3c605d33da91aa36b80a039ce842f81b4f098688f5194528a081b3f7b824e83 -size 3085 +oid sha256:bf3aafb4362b33d97f2a7a6ea6d6ce4ba47e6ce8e298dc872a0ca18c3b38d50d +size 3121 diff --git a/Content/Blueprint/DATA/Enums/ERobotAccessoriesHeads.uasset b/Content/Blueprint/DATA/Enums/ERobotAccessoriesHeads.uasset index 4341c60b..16229f15 100644 --- a/Content/Blueprint/DATA/Enums/ERobotAccessoriesHeads.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotAccessoriesHeads.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7b37550010ac54bd8c00098d2148ae319e4c6cafd0231f258a8eb112c6f9231 -size 3067 +oid sha256:0e6ad9b4ef4321bdba3b6353939c605c31e769fd9df62006e8b1634182003ec4 +size 3103 diff --git a/Content/Blueprint/DATA/Enums/ERobotAccessoriesSensors.uasset b/Content/Blueprint/DATA/Enums/ERobotAccessoriesSensors.uasset index f4df4767..381c98be 100644 --- a/Content/Blueprint/DATA/Enums/ERobotAccessoriesSensors.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotAccessoriesSensors.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b12045f710deac680c4706d3c583bf83c0438bdaa0c9d16a3a0ab85d0a18dd69 -size 3537 +oid sha256:e1ee653b0444afd23ea2c3c5b82a30660b16de9fb122847a30affd7dfe609cbf +size 3573 diff --git a/Content/Blueprint/DATA/Enums/ERobotOtherAccessories.uasset b/Content/Blueprint/DATA/Enums/ERobotOtherAccessories.uasset index 1527ae29..56aabd2f 100644 --- a/Content/Blueprint/DATA/Enums/ERobotOtherAccessories.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotOtherAccessories.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bb90f8501d303dac69a64726537336c2945f1029c52e93859f205cd4dc67f02 -size 3531 +oid sha256:6a12f2c523cefbe5b3edb0ce63bb26fa5d23a44a6be3427fdc5838044694aebb +size 3567 diff --git a/Content/Blueprint/DATA/Enums/ERobotsMainCategories.uasset b/Content/Blueprint/DATA/Enums/ERobotsMainCategories.uasset index 5fa3c132..aec20023 100644 --- a/Content/Blueprint/DATA/Enums/ERobotsMainCategories.uasset +++ b/Content/Blueprint/DATA/Enums/ERobotsMainCategories.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10aadda4707e8d0246c0de6448738ccdf8382ee536188badfdebc4b76401df92 -size 5438 +oid sha256:3cfa92a50e2db954553f0e2a3542ecab4402933511f21f53bf553c3ccf036774 +size 5474 diff --git a/Content/Blueprint/DATA/Enums/ESaveDataType.uasset b/Content/Blueprint/DATA/Enums/ESaveDataType.uasset index a6f4a104..3ea89218 100644 --- a/Content/Blueprint/DATA/Enums/ESaveDataType.uasset +++ b/Content/Blueprint/DATA/Enums/ESaveDataType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b438088993e9ec38cdc0b6bb068c8a08478c93d6db27617f93ff4d90aee12601 -size 3420 +oid sha256:6d46a1aa710bf05ea0bc9abbca1ebb413cf748d80c7831516f737b8fa43fea14 +size 3456 diff --git a/Content/Blueprint/DATA/Enums/ESenarioEnum.uasset b/Content/Blueprint/DATA/Enums/ESenarioEnum.uasset index 4509ee8b..39f0d947 100644 --- a/Content/Blueprint/DATA/Enums/ESenarioEnum.uasset +++ b/Content/Blueprint/DATA/Enums/ESenarioEnum.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6025dfbe4c010a79d2275b8c8c13a717acb8ca28805d953a6ff1836e7b4c82b -size 2710 +oid sha256:fbc056f2da12410fe2aad82c60cad50be087cfe417117f744f6ac7511172320b +size 2746 diff --git a/Content/Blueprint/DATA/Savegame/SG_CaptureSettings.uasset b/Content/Blueprint/DATA/Savegame/SG_CaptureSettings.uasset index 3a52a606..8a2f6f05 100644 --- a/Content/Blueprint/DATA/Savegame/SG_CaptureSettings.uasset +++ b/Content/Blueprint/DATA/Savegame/SG_CaptureSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:984d9a013fa98f4f8b945a7e051fe0668eca62a8f15c73efad6d4fc9d9615d95 +oid sha256:862594709a4cae958a805ec584f3626c83b925e6c4f2f2332e50542f42027588 size 8911 diff --git a/Content/Blueprint/DATA/datatables/DT_Level.uasset b/Content/Blueprint/DATA/datatables/DT_Level.uasset index 94557ebc..91fdfeaf 100644 --- a/Content/Blueprint/DATA/datatables/DT_Level.uasset +++ b/Content/Blueprint/DATA/datatables/DT_Level.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ef1a86bb56bcb87b89e1884e2437afce572b749a5238686422df0e72344f2df -size 7048 +oid sha256:80f4716d948ec24be80692a811f2cd7faf2e25207971209afc54b41c7f19154e +size 7224 diff --git a/Content/Blueprint/Game/BP_LuckyGameState.uasset b/Content/Blueprint/Game/BP_LuckyGameState.uasset index eb019b6a..5dac7fe0 100644 --- a/Content/Blueprint/Game/BP_LuckyGameState.uasset +++ b/Content/Blueprint/Game/BP_LuckyGameState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b60e68a418bb405733f8751f7164c987a5fac9f608d7457582003e80eb97d33c -size 114684 +oid sha256:7215ca8dbc8257b39f4df9e3c0cd29cdd4fb8b7912e14bacb111fd3be67ca779 +size 115002 diff --git a/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset b/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset index 84ec47e0..f2427e81 100644 --- a/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset +++ b/Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1955eff099e78f99ce20dbd236307f811361d21f14f379502adaa0983134c859 -size 931537 +oid sha256:91749e5e514f8497c4a3e1b28991c47770f4a5f69f581f5bb9ef70fb3bbd6119 +size 930607 diff --git a/Content/Blueprint/Game/BP_LuckyRobots.uasset b/Content/Blueprint/Game/BP_LuckyRobots.uasset index aaa04694..e280c60a 100644 --- a/Content/Blueprint/Game/BP_LuckyRobots.uasset +++ b/Content/Blueprint/Game/BP_LuckyRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02e7601aa3ef3c1d03df31ca5777ec63f901b539f7e5755a908c4dd3226b3159 +oid sha256:10de382a97c6c66344efe9443da43e7a2e4d334bfd25550f3246c0409af4fe07 size 149944 diff --git a/Content/Blueprint/Game/BP_LuckybotGameMode.uasset b/Content/Blueprint/Game/BP_LuckybotGameMode.uasset index 4af47dd2..c5c13614 100644 --- a/Content/Blueprint/Game/BP_LuckybotGameMode.uasset +++ b/Content/Blueprint/Game/BP_LuckybotGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:823b4df299ff6a45381adb9500f33044eb27b9459e12e3d89b3921103f20e6ab -size 27773 +oid sha256:a5151348a8858d42f85bf1fbf008a71042759f274ca9f5a379312e73add2842c +size 28596 diff --git a/Content/Blueprint/Game/BP_SelectScreen.uasset b/Content/Blueprint/Game/BP_SelectScreen.uasset index bc15bb95..ee2ef39d 100644 --- a/Content/Blueprint/Game/BP_SelectScreen.uasset +++ b/Content/Blueprint/Game/BP_SelectScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd5f2eb368a129be477f53b400b7c5d158cf0dd474b11d5225f96b635b6a07f4 -size 18029 +oid sha256:cc75e1124bb3558328ceaa38bf54751283b1f5328e8ec2ae487956469246bfeb +size 18422 diff --git a/Content/Blueprint/Mujoco/BP_MujocoSettingsPanda.uasset b/Content/Blueprint/Mujoco/BP_MujocoSettingsPanda.uasset index 7547b81e..d22ed8a9 100644 --- a/Content/Blueprint/Mujoco/BP_MujocoSettingsPanda.uasset +++ b/Content/Blueprint/Mujoco/BP_MujocoSettingsPanda.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4c719f662c15c0a9d8ad6e6d03457a56a82c830e43c8108ed419129334b459e -size 24154 +oid sha256:f8dc10c4039f0ae072e576ccf253bf1ec940fcd9c69132dea2366d0fa1dada4e +size 24536 diff --git a/Content/Blueprint/Mujoco/BP_MujocoSettingsRevolute.uasset b/Content/Blueprint/Mujoco/BP_MujocoSettingsRevolute.uasset index a0cebb93..ccf73bd3 100644 --- a/Content/Blueprint/Mujoco/BP_MujocoSettingsRevolute.uasset +++ b/Content/Blueprint/Mujoco/BP_MujocoSettingsRevolute.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e114e367abe8b15910bbb1bfafa36326a8c3747042765fb2c39347ecef50f8f0 -size 24618 +oid sha256:58a2597ffd01bc0d93951282897659cf77b3301723de3e0f32a91fc5ed63e12f +size 25000 diff --git a/Content/Blueprint/Mujoco/BP_MujocoSettingsStretchV1.uasset b/Content/Blueprint/Mujoco/BP_MujocoSettingsStretchV1.uasset index 367680cb..40ee434b 100644 --- a/Content/Blueprint/Mujoco/BP_MujocoSettingsStretchV1.uasset +++ b/Content/Blueprint/Mujoco/BP_MujocoSettingsStretchV1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e524d1c7c11cef009d2e785b08ddbdf4018f279db4cf3f886340aaae990f793 -size 24778 +oid sha256:da7292352bc536eefbedabcb3d91597b0b5f23b353643891f6c6befe9021d144 +size 25160 diff --git a/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeG1.uasset b/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeG1.uasset index 3ec299ba..cafb1142 100644 --- a/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeG1.uasset +++ b/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeG1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fe4e7fc0b9063b5584d54d8a3a6d4194ed9233d31fc3309b4c84ba6fa7df0b3 -size 24083 +oid sha256:32b6e9928eb85399dd3794d569c53dac303b746633e2485a693753a7c5dbb63c +size 24465 diff --git a/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeGo2.uasset b/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeGo2.uasset index 3116e75d..40908d0f 100644 --- a/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeGo2.uasset +++ b/Content/Blueprint/Mujoco/BP_MujocoSettingsUnitreeGo2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7950acfe2b921cf0a9c645d49f77b16e2ec6ea2c8866b381df911af0a66b5ba -size 24140 +oid sha256:2bc6b9288f69a83114b345a6250387880db0078ba73e9b598840807537cc2e6c +size 24522 diff --git a/Content/Blueprint/NPC/AI_Controller.uasset b/Content/Blueprint/NPC/AI_Controller.uasset index ad6a04ff..3a04ece7 100644 --- a/Content/Blueprint/NPC/AI_Controller.uasset +++ b/Content/Blueprint/NPC/AI_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61121711a1abd8641dcc636a05c3089485e38f5053c3b52a62fa12576c8fbd24 -size 21532 +oid sha256:fcd707f1e84044555f0ad75272bbe03e936f1105b6222c71a4823dddeab836bf +size 21920 diff --git a/Content/Blueprint/NPC/tasks/BTTask_MoveToLocation.uasset b/Content/Blueprint/NPC/tasks/BTTask_MoveToLocation.uasset index 521743d3..840c2be5 100644 --- a/Content/Blueprint/NPC/tasks/BTTask_MoveToLocation.uasset +++ b/Content/Blueprint/NPC/tasks/BTTask_MoveToLocation.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb7f9e1c2df0a2c8c56f0ded7818fa44b247d2d7e278c7aebefa10ccadb212aa -size 35425 +oid sha256:186d60ee047460aaf47dbfa693c495ceb3a316252a7dd8bdc66c6aa36f5fe34e +size 35991 diff --git a/Content/Blueprint/NPC/tasks/BTTask_MoveToPOI.uasset b/Content/Blueprint/NPC/tasks/BTTask_MoveToPOI.uasset index b145c8e4..adfd9a0a 100644 --- a/Content/Blueprint/NPC/tasks/BTTask_MoveToPOI.uasset +++ b/Content/Blueprint/NPC/tasks/BTTask_MoveToPOI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6025aff6e7ea51af1f356769f93b4795baee3746b07e3a089c02304fc546e921 -size 60766 +oid sha256:487ea05b392f733ff39cae2aabd65c82be5d20b9091e4c648366e52dc822ecc1 +size 61438 diff --git a/Content/Blueprint/NPC/tasks/BTTask_RandomLocation_01.uasset b/Content/Blueprint/NPC/tasks/BTTask_RandomLocation_01.uasset index 76dacf3b..d025f74b 100644 --- a/Content/Blueprint/NPC/tasks/BTTask_RandomLocation_01.uasset +++ b/Content/Blueprint/NPC/tasks/BTTask_RandomLocation_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac6a24a12889139ebde0a6f069a956242d137591f41de42dc38a5ce6d470b2b4 -size 3209 +oid sha256:25dc769ffa53ddc68bf7492143df5bbc5de693ca3434ac7e352a93eabd277e29 +size 3245 diff --git a/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset index ad0d8360..6678828f 100644 --- a/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91d0cfc526e1024d3d9b2688f3b94696346c26e1cbb16b9cad2d06edc7309287 -size 1536331 +oid sha256:0104cdf09e476f6c6c837b7b04e8b80f3275da02e683c45c689e77336036fc6a +size 1540355 diff --git a/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset index e962d60a..5cccd38b 100644 --- a/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_HumanoidRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49bfd3465d6d328fba45b4995a7867adcdf925a440b5ea87fbb6c301dae821df -size 733317 +oid sha256:d54362ad4b6d7a5ff5c1b786748f7d62fdff80d0eb74fa81c285e981e85a7a5c +size 738939 diff --git a/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset b/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset index 1a01199e..5df67b72 100644 --- a/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_MujocoBostonDynamicsSpotWithArm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89564664e03bfcf20a1124861a4dc3d163237b0aae42f2f96229649bac1bd04d -size 893793 +oid sha256:99359fde93c221d092abd6191cc8f5b955f4f709e1ff9dc004eb4c213ce2af3b +size 920239 diff --git a/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset b/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset index f96b4e5c..57d33d44 100644 --- a/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_MujocoUnitreeGo2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ead1ccfd43301750c6188f76995f848f4e9c5c6712a5c4c744c0b154bcd11b8a -size 893348 +oid sha256:ead2287935e7964b8dfe110e6f33f3fa85fbcc9f25ad9d50cf6e7f812e198146 +size 919794 diff --git a/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset index cfb580f7..d202340a 100644 --- a/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_PuralinkRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:875f4819acf5f49b8ccf069d98cc3d64f72a954afd168fa9a34f17364c55a1fb -size 1032064 +oid sha256:c670eccc0641d8e1ebd63e373fc34276280142e02949aff9484486bed41d7a19 +size 1033826 diff --git a/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset index 349f5649..69025199 100644 --- a/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_RevoluteRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ba9f99430e44c8c8497103af550359f3aa3e98d0cf941ab0784eb6cbdf0235 -size 910366 +oid sha256:0e814ff4bd88931c858b6445293f05c78969c993cc128fb3760e9405b7de12a6 +size 909599 diff --git a/Content/Blueprint/RobotPawnActors/BP_SelectScreenChar.uasset b/Content/Blueprint/RobotPawnActors/BP_SelectScreenChar.uasset index 543a6b7c..d6d649b6 100644 --- a/Content/Blueprint/RobotPawnActors/BP_SelectScreenChar.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_SelectScreenChar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eee10a6ddfcc6312be5f34662ca20e74eb44cf91a2577f681c7a39ad2f478927 -size 73063 +oid sha256:ed4c38a7865ed1152e8f181d68686e4b11acd6e6c1dd92bca0907287968e4b75 +size 74594 diff --git a/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset b/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset index 9501d823..def6c10c 100644 --- a/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_WheeledRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4aff647da3de77669ce7e44d61ff34f1d26633dd3737b7088e1187d591408b5a -size 1466285 +oid sha256:e1002e7f7444f4bc70843ce3f7e47d24393ef2797fdf88aa233f28a5574adcfa +size 1459875 diff --git a/Content/Blueprint/RobotPawnActors/BP_WheeledRobotStatic.uasset b/Content/Blueprint/RobotPawnActors/BP_WheeledRobotStatic.uasset index ae3c175d..fbc3fc2a 100644 --- a/Content/Blueprint/RobotPawnActors/BP_WheeledRobotStatic.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_WheeledRobotStatic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8c1145418e73fb809889cf5b9fd4ed426662cd01980861b5c10c8a240bf079a -size 354194 +oid sha256:bcddb07ffeac2a0e8baca6fb3d5c1562d321d5cb793ba8292891036555f26dd9 +size 358681 diff --git a/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset b/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset index 3e30fd5e..c40440b7 100644 --- a/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_mujokoArm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9570c9a76f8061bf61f084f29d26100c05bacc4db940c666e0638543eff4bb57 -size 892431 +oid sha256:4877e6e7579cb7786993a861458d8342648ac2dff949c16f491d215320ede535 +size 918656 diff --git a/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset b/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset index 24f8c2f9..828f6f13 100644 --- a/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset +++ b/Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b239a7f7656d35bff02b355e1a1e9322786b53023f2c747d797af420a00c3248 -size 1941618 +oid sha256:29475e7a800bec628c2a84fdf25eef49c91ef56268e9c2e98db6db977a701844 +size 1935343 diff --git a/Content/Blueprint/component/BPC_Capture.uasset b/Content/Blueprint/component/BPC_Capture.uasset index df00b300..abd113aa 100644 --- a/Content/Blueprint/component/BPC_Capture.uasset +++ b/Content/Blueprint/component/BPC_Capture.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb7614a7f97a8ecc21a091113af8636bf8dc66ffe34bcf2afd343288673a133c -size 652619 +oid sha256:bb697082f177e674aa3f0cc2f24c06d6978cb314bc366d0e9893cc6752ab7cf4 +size 659775 diff --git a/Content/Blueprint/component/BPC_DataTrasnfer.uasset b/Content/Blueprint/component/BPC_DataTrasnfer.uasset index 603cfcf1..25d82a5c 100644 --- a/Content/Blueprint/component/BPC_DataTrasnfer.uasset +++ b/Content/Blueprint/component/BPC_DataTrasnfer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:816d0f5d35cd061de1d93b284a6632360b8d7f3a8761d7ce03a3922d48baa250 -size 156338 +oid sha256:550cc294603e89edab26822dbb2ea07ed60e59de1d1eb4b2bb3484c61c88eff7 +size 157094 diff --git a/Content/Blueprint/component/BPC_FlyingRobots.uasset b/Content/Blueprint/component/BPC_FlyingRobots.uasset index 6f6e275e..06afcab9 100644 --- a/Content/Blueprint/component/BPC_FlyingRobots.uasset +++ b/Content/Blueprint/component/BPC_FlyingRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16152a342cca418f6c58937ed0d010170a24e3fd7a8dba1d8ccfaebdd1309bc1 -size 171592 +oid sha256:01ed53e11459c7b0fdff065336f260be24e51d1dd4aa50a8116975298f1cff6b +size 173361 diff --git a/Content/Blueprint/component/BPC_FourLeggedRobots.uasset b/Content/Blueprint/component/BPC_FourLeggedRobots.uasset index 113b42a5..87f16c8b 100644 --- a/Content/Blueprint/component/BPC_FourLeggedRobots.uasset +++ b/Content/Blueprint/component/BPC_FourLeggedRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61119afc1342cdf99ad898db367c04e2d036419f6509e565ff7cd95e8aa46f79 -size 173769 +oid sha256:b09ca37e27f0508a0470d66f39326eae2eeb219e076b0a65476703dc05808c1e +size 176485 diff --git a/Content/Blueprint/component/BPC_NaviPoint.uasset b/Content/Blueprint/component/BPC_NaviPoint.uasset index 20554856..8613d31c 100644 --- a/Content/Blueprint/component/BPC_NaviPoint.uasset +++ b/Content/Blueprint/component/BPC_NaviPoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:525e6bea656c167233acf094cdbae877c9b89e1924b160c8261979cbc15170ed -size 697248 +oid sha256:61e59dee00c47b28742f00a7a49322fe77bc0d3cb156175ecd13be5793d10569 +size 701272 diff --git a/Content/Blueprint/component/BPC_StationaryRobots.uasset b/Content/Blueprint/component/BPC_StationaryRobots.uasset index fbfb4908..61e86a4f 100644 --- a/Content/Blueprint/component/BPC_StationaryRobots.uasset +++ b/Content/Blueprint/component/BPC_StationaryRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da4675f5439f5de8f33cbb4017bcce86c27626e9531bcdeb8b7741002d980659 -size 173749 +oid sha256:c9bd8b3984c82d1b1fc57a65b2c5374e2126037d4f6432f80d273a818c5f6cd0 +size 176465 diff --git a/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset b/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset index cd81dab5..ce09857b 100644 --- a/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset +++ b/Content/Blueprint/component/BPC_TwoLeggedRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fffa5d2d89f0889bd5640004f9b1d71f05f91f8c43aed67979c7c73dce3725d -size 173596 +oid sha256:93a30dbfbab0297432a7cee9dcc43eb7aa84c85317cf218b746d5aae514a56c2 +size 175644 diff --git a/Content/Blueprint/component/BPC_WheeledRobots.uasset b/Content/Blueprint/component/BPC_WheeledRobots.uasset index 7a35594a..25dadb90 100644 --- a/Content/Blueprint/component/BPC_WheeledRobots.uasset +++ b/Content/Blueprint/component/BPC_WheeledRobots.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e81c5ebf917e09b7b5a9178eb50add5dd5396fdea3e852689dd3d740b14adef -size 173775 +oid sha256:917b78b22c67aacf4ca448fa91686db3b6a18d447777a410248a806249010a39 +size 176491 diff --git a/Content/Blueprint/component/BPI_ForComponent.uasset b/Content/Blueprint/component/BPI_ForComponent.uasset index d59d1064..4ed30eea 100644 --- a/Content/Blueprint/component/BPI_ForComponent.uasset +++ b/Content/Blueprint/component/BPI_ForComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5e32f5b86f2ba93227b3bb3a72ad14e8b183bad5308da0397dfa3580276fa33 -size 16207 +oid sha256:dfec670afae42cf4b5aeb3b3f6aa9306815df5594e8d8d54365a395dc00a179d +size 16211 diff --git a/Content/Blueprint/component/selectedCharacter.uasset b/Content/Blueprint/component/selectedCharacter.uasset index c791c425..074820ec 100644 --- a/Content/Blueprint/component/selectedCharacter.uasset +++ b/Content/Blueprint/component/selectedCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c38e887d734358805d54e1b30f88049c9a7870ddfd627fe6cccb2a888081d34 -size 31696 +oid sha256:312b40834eea9d2b48f5a6781ebb3c8fc0edbb556c95288665feebaafe37ac92 +size 32422 diff --git a/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset b/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset index e546edbc..1ab640d4 100644 --- a/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset +++ b/Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c56ab0eae53c6a89f5a6c119cef1c1a0111a8cc6b096a5a1f4d7a66b4d777a35 -size 1735637 +oid sha256:20bc1f02fb105ab8dc965648d1ad66f12e5c718b7e253202f4e3ed86c5610693 +size 1745581 diff --git a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset index 59b2d0c5..e920823d 100644 --- a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset +++ b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09ac4e9a187f7ccbdf51ace2633adc4168ad5a3adfa8b8de4ab1812001d58261 -size 447929 +oid sha256:2c570c558a9230e9efd37e7bd3bcbeb8818014cc66c288b85795f0b9a499db43 +size 453265 diff --git a/Content/Blueprint/oldRobotsBP/BP_WheeledRobotStatic.uasset b/Content/Blueprint/oldRobotsBP/BP_WheeledRobotStatic.uasset index c339f5fe..b6472395 100644 --- a/Content/Blueprint/oldRobotsBP/BP_WheeledRobotStatic.uasset +++ b/Content/Blueprint/oldRobotsBP/BP_WheeledRobotStatic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:859040855c8ffd14c5de1c97167bf9f3cbef0b3ca46930ea830ff78c5e3cd19a -size 354166 +oid sha256:250238bdf5740fdcc8b90bb816c7beab614a53876fafc14e1afad470379efc96 +size 358653 diff --git a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset index f78da29c..b7d0e770 100644 --- a/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset +++ b/Content/Blueprint/oldRobotsBP/BP_WheeledRobot_OneArm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bf656dcfab5e4f3164331e3bf5a9254012d0541517a14fa762c651575e441d9 -size 774601 +oid sha256:da938980ce73f6e70ec719ca5f102f65c1fcd5c6791e541db464f565e8a05d23 +size 758305 diff --git a/Content/Blueprint/oldRobotsBP/child_BP_LuckyRobot.uasset b/Content/Blueprint/oldRobotsBP/child_BP_LuckyRobot.uasset index 52458e8a..70b59565 100644 --- a/Content/Blueprint/oldRobotsBP/child_BP_LuckyRobot.uasset +++ b/Content/Blueprint/oldRobotsBP/child_BP_LuckyRobot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6daac6894ed6dcd3b8d27731e6cf9b1719c0c30e024b7e06563c1c84fcfcf98c -size 40669 +oid sha256:f63e4af87c18b5cde71b9d0dad93996649cd4d5cbcd0380f52680141fe0fd63e +size 41299 diff --git a/Content/Blueprint/oldRobotsBP/freeCamMovement.uasset b/Content/Blueprint/oldRobotsBP/freeCamMovement.uasset index af818980..52bd53cc 100644 --- a/Content/Blueprint/oldRobotsBP/freeCamMovement.uasset +++ b/Content/Blueprint/oldRobotsBP/freeCamMovement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f375eb94876c95a788696284a439faf427c4be3d4aae6309a5588289e08bcd01 -size 424770 +oid sha256:3a5bdb7684bc0e6cb6bd2db8700fae25e9213f759ceb852f92bc053d8ec694a0 +size 430003 diff --git a/Content/Blueprint/robotAccessoriesSensors/BPI_interface_cameraSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BPI_interface_cameraSensor.uasset index d1938e54..fc134201 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BPI_interface_cameraSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BPI_interface_cameraSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0c88d7d1267c1ff7847e7dc6533b5c064352740ae5739539e0a236d8dcb9f4e -size 16839 +oid sha256:1e793e002bf54cdefe3cb397d5beeb745a2967b470b5abce1349b8fbd937a2c8 +size 16787 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_AudioDetectorSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_AudioDetectorSensor.uasset index bdd221f7..4ce2819d 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_AudioDetectorSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_AudioDetectorSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b0401fae70546564b13073b000da7c0f4f5eee6d61ab89a40570854fdde4679 -size 25129 +oid sha256:56574df766ad56a37fcc5f2f298a828c4a2f5a23eef91bb271cb1d39ff763e05 +size 25658 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_BasicArm.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_BasicArm.uasset index ee5dcb19..d85e746e 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_BasicArm.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_BasicArm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06c2eba5fb54a88dce9c07a31370d86bd5af9dcce4549d54e8cfbfe5c01eefb0 -size 986547 +oid sha256:791e70a836681eb15f363a4b07f07a4eb4cb4b2bd714425af45194e047219cda +size 990619 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset index bbc05206..42cb97bf 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b863c23d0bbd44a42e0e41299eefb55c995c66155dc6524d622b11a51fb9cadd -size 261366 +oid sha256:8564aee4407ff843e7874f964463b18c565eabe0d7d096421c32824ea34a45f4 +size 300446 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset index 4e04ff5f..cd8d899e 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_IMUSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa9e275e44b39326bc778412ad3f91962850b5ee751cfc293a41afc348b80e6 -size 168337 +oid sha256:d5d9ccd0a968a16d03d0099edb149f4a64be6c33a4626a33aa243c24ee715986 +size 168289 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset index e559e5da..04c5959e 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_LidarSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20aeea818e886bd2f02a1b57e1eb403bedf9327bbe263231be5a86ce37306d89 -size 303652 +oid sha256:2167fcd164828355dc4c1d2d11dc684bd16654c3db24d5ce963835b061031a98 +size 307486 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_LuckyBody.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_LuckyBody.uasset index 2674ac06..ed48ef1c 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_LuckyBody.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_LuckyBody.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ece39a3bdad8c83e75153c2c29137254a5b8125e06d9c3cb2ce94595cc33f52d -size 56234 +oid sha256:96611c28c808b95f3906419121ee8bc9b8015d66c4279ad3ece41b176a3525db +size 56899 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_MotionSensor.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_MotionSensor.uasset index 431a5c1c..3ddfb719 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_MotionSensor.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_MotionSensor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42cd1d198be283d4e842dd2a32687d29d92f3cf1014335fb205137c8c13f4207 -size 23334 +oid sha256:41de056d33ddd4466585b52fcef2137f4fd9f305d15b340e428c68e0c9c0ffcf +size 23716 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_OpticalLidar.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_OpticalLidar.uasset index d394038a..71480cf3 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_OpticalLidar.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_OpticalLidar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36e31b2c9fee91860d5e9cff8a8a1e6a6fc11e538e8ca4b1ade63ff3ccb74459 -size 180685 +oid sha256:0b57b9fc0e84b9046a3537a3e0af66f83eeb998b5cafbbbde7cb4e293ee21ee0 +size 179714 diff --git a/Content/Blueprint/robotAccessoriesSensors/BP_SolidStateLidar.uasset b/Content/Blueprint/robotAccessoriesSensors/BP_SolidStateLidar.uasset index 4bbf03ac..049d6616 100644 --- a/Content/Blueprint/robotAccessoriesSensors/BP_SolidStateLidar.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/BP_SolidStateLidar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2f41b9e3d6a8478b26cd58fe5e5ae685dade097060b9769da69beb5d448d521 -size 102760 +oid sha256:d7e67adfb27f7f3d936052490eaefe1e1a5ebfb3d6ec5ea0df7eb2bb21902a3b +size 104187 diff --git a/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_Base.uasset b/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_Base.uasset index 81072d9a..a3cd1c94 100644 --- a/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_Base.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_Base.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f360645fa60d35e4d9cdad8918d4ab5ea52c2e7ed22cc2e63ab3013f5a6eb9f -size 842556 +oid sha256:5f040bca698ee473f0ae8e723f36ccea3ca5991f8b4fb54c18f794aa2eca0c51 +size 848130 diff --git a/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_BaseFallBack.uasset b/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_BaseFallBack.uasset index 850f3128..3dcac007 100644 --- a/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_BaseFallBack.uasset +++ b/Content/Blueprint/robotAccessoriesSensors/OldAccessories/BP_RobotArm_BaseFallBack.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0fa8d186ed5e773a931f0c6d43a97a2bbb9a3cbe856dabf5f3bac0e68259f1b -size 840763 +oid sha256:927bcddd7ee06e7d398a0c8416dc8b12dd01ab7b3052e0a98d01088a42054b6e +size 846712 diff --git a/Content/Blueprint/vehicle/BPW_LuckyBackTire.uasset b/Content/Blueprint/vehicle/BPW_LuckyBackTire.uasset index a909197a..84407d5a 100644 --- a/Content/Blueprint/vehicle/BPW_LuckyBackTire.uasset +++ b/Content/Blueprint/vehicle/BPW_LuckyBackTire.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3880985313d3a7c80297a5412e7ccf34c5ea37a6f99e145476f83ab6e43a5b4c -size 6199 +oid sha256:43ddd474fdc6dbd7d04e2c17b8cbaf1c5058755e9657720b5e2730729d16bb48 +size 6235 diff --git a/Content/Blueprint/vehicle/BPW_LuckyFrontTire.uasset b/Content/Blueprint/vehicle/BPW_LuckyFrontTire.uasset index e3d4d2a7..20997336 100644 --- a/Content/Blueprint/vehicle/BPW_LuckyFrontTire.uasset +++ b/Content/Blueprint/vehicle/BPW_LuckyFrontTire.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9bf6d0703dc678e047363b5b993ef5bafd04e1f28b7ace887f44a50f07269a5 -size 6480 +oid sha256:9123bfd179d5376806f334964e884a02519ccf0db68e05130d50201e34fa9345 +size 6516 diff --git a/Content/Blueprint/vehicle/BP_ConstraintTest2.uasset b/Content/Blueprint/vehicle/BP_ConstraintTest2.uasset index a10e9a6e..b940be59 100644 --- a/Content/Blueprint/vehicle/BP_ConstraintTest2.uasset +++ b/Content/Blueprint/vehicle/BP_ConstraintTest2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c37850ed4c4d62399c4a0b4c6404bbc83b782d4524dddaa33a087f458233f42d -size 211507 +oid sha256:279ae912102b44d198b090824e8a5e061bc2bee869a17d62f908bec48fb3e196 +size 213319 diff --git a/Content/Blueprint/vehicle/StretchBackTire1.uasset b/Content/Blueprint/vehicle/StretchBackTire1.uasset index 14f3106b..8fd315e5 100644 --- a/Content/Blueprint/vehicle/StretchBackTire1.uasset +++ b/Content/Blueprint/vehicle/StretchBackTire1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00962f14a3a1912ad9898cb45697688c9b83ee78c9365c9f5765ddd2bc787f0d -size 6075 +oid sha256:e2fb32eecf33e9c290d5da0033c355d2b1c2fb0f63b5a545f0f9713a7bc91ffc +size 6111 diff --git a/Content/Blueprint/vehicle/StretchFrontTire1.uasset b/Content/Blueprint/vehicle/StretchFrontTire1.uasset index 5f2ad711..c030c623 100644 --- a/Content/Blueprint/vehicle/StretchFrontTire1.uasset +++ b/Content/Blueprint/vehicle/StretchFrontTire1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dd94c21f683f876b83adb4ee88e3446245b1f201b4db149a862e788784f9a64 -size 6082 +oid sha256:18172656dbff4c51c68a93f1cc6fd6c61460b150a51d5bf82c43f492caa05e4a +size 6118 diff --git a/Content/Blueprint/vehicle/StretchFrontTire2.uasset b/Content/Blueprint/vehicle/StretchFrontTire2.uasset index 1ca6d2ef..fe786a16 100644 --- a/Content/Blueprint/vehicle/StretchFrontTire2.uasset +++ b/Content/Blueprint/vehicle/StretchFrontTire2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fae359b517696e518e5c63d8c78d005eee2dd8e65dd5a2bbf409207c715b0385 -size 6082 +oid sha256:7fdf540ec142056d0cfcdd3659f1abbcfc1c0e1ba138029bb64319f36f13f87c +size 6118 diff --git a/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset b/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset index 35e4633f..662e8d2a 100644 --- a/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset +++ b/Content/Blueprint/vehicle/StretchRobot_vehicle_BP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2772d21362f3f8cd17b3a9311828a966808221d975da323d6febabf5add51ff3 -size 2990013 +oid sha256:e2220768fb3b0e7ce7a277a8998772c1cda5e275e418c1b376615b63a4c14c4e +size 3005466 diff --git a/Content/Blueprint/vehicle/select_char.uasset b/Content/Blueprint/vehicle/select_char.uasset index 5e66bdcc..b9be6315 100644 --- a/Content/Blueprint/vehicle/select_char.uasset +++ b/Content/Blueprint/vehicle/select_char.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e04ebb6bff922dfc67d34a5948a9e5f61ba11c343c8e185b1c7c575e449b3073 -size 33504 +oid sha256:b79e81c9f663627ae28f4453e6cfbd08478e43298b15f891bb2181b9b0f2b741 +size 33886 diff --git a/Content/Developers/Wdev/Robots/BP_Go2.uasset b/Content/Developers/Wdev/Robots/BP_Go2.uasset index 9275c0e2..7c7cb979 100644 --- a/Content/Developers/Wdev/Robots/BP_Go2.uasset +++ b/Content/Developers/Wdev/Robots/BP_Go2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5712bcbd728e481ddd6c8f37cc176759f8a898f8748c15122795c3ce2c0c3b6c -size 193060 +oid sha256:29ebd8437ff658ffc304feb0ac4ba126c709ad237e570651184ff915a1f2e526 +size 193497 diff --git a/Content/Developers/Wdev/Robots/BP_Go2Mjx.uasset b/Content/Developers/Wdev/Robots/BP_Go2Mjx.uasset index 82481f20..5eac6ea4 100644 --- a/Content/Developers/Wdev/Robots/BP_Go2Mjx.uasset +++ b/Content/Developers/Wdev/Robots/BP_Go2Mjx.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:260a9ff1388ea9061b95425cdd8e77dad74cf9f4dde662e1e6e72500b84f83bf -size 190044 +oid sha256:f840802173c32ab47b80b5667325e264dc61ecbc28c9a31c70d3f28c3c600941 +size 190426 diff --git a/Content/Developers/Wdev/Robots/BP_Panda.uasset b/Content/Developers/Wdev/Robots/BP_Panda.uasset index d69969cb..ad26ded0 100644 --- a/Content/Developers/Wdev/Robots/BP_Panda.uasset +++ b/Content/Developers/Wdev/Robots/BP_Panda.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bb092eca7022c12acc8a8f33869c55b4e92394b160b7699eda1bdc609f5f7a2 -size 216863 +oid sha256:a07d04e3666b14c4db721f18d2c3314c33e0b3a15ce2f92e4e42a229669ace05 +size 217245 diff --git a/Content/Developers/Wdev/Robots/BP_Puralink.uasset b/Content/Developers/Wdev/Robots/BP_Puralink.uasset index 451f2715..edf8f721 100644 --- a/Content/Developers/Wdev/Robots/BP_Puralink.uasset +++ b/Content/Developers/Wdev/Robots/BP_Puralink.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af1ae2707e32fb9eb3eb068186c8fa2675bd7f5a2483c11c9ed8c310b8aa682c -size 133041 +oid sha256:12f04d8198792326abdb2cf7b8a6eb212fad71f74004bcdb400f3e3b91c84788 +size 129501 diff --git a/Content/Developers/Wdev/Robots/BP_Revolute.uasset b/Content/Developers/Wdev/Robots/BP_Revolute.uasset index 9d83f7c7..d138b6e8 100644 --- a/Content/Developers/Wdev/Robots/BP_Revolute.uasset +++ b/Content/Developers/Wdev/Robots/BP_Revolute.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09213f16612ad23586b7e0d58d1a788915a67a98e6880ab9ed584d4ac242b98d -size 84754 +oid sha256:b8a4a81c1a8959c333b0571256a6f9cc11f07924408b36823a82c041d1a715f2 +size 80035 diff --git a/Content/Developers/Wdev/Robots/BP_SpotArm.uasset b/Content/Developers/Wdev/Robots/BP_SpotArm.uasset index e06069d1..0bb71243 100644 --- a/Content/Developers/Wdev/Robots/BP_SpotArm.uasset +++ b/Content/Developers/Wdev/Robots/BP_SpotArm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74be641dc0513c15eae35925f134ad830991c704ef95ad09f78537d16d9a66eb -size 222343 +oid sha256:c5240e1721da236f62409ba1f38798e0bbc5e4646b0943b698c6c4261437a633 +size 222725 diff --git a/Content/Developers/Wdev/Robots/BP_Stretch.uasset b/Content/Developers/Wdev/Robots/BP_Stretch.uasset index 8a0cd7d8..abaef4ae 100644 --- a/Content/Developers/Wdev/Robots/BP_Stretch.uasset +++ b/Content/Developers/Wdev/Robots/BP_Stretch.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f30dbf3a3f95b6de4251aa34bfd49ff3d4c24f8074f93218c57e037dca57fa0c -size 391877 +oid sha256:2635fc12c25bbdf1cd6b1a01779eb698eb63601d38c95bb399a1d9c4f36ec852 +size 392223 diff --git a/Content/Developers/Wdev/Robots/BP_Unitreeg1upbody.uasset b/Content/Developers/Wdev/Robots/BP_Unitreeg1upbody.uasset index 5dbc6610..c573d7b9 100644 --- a/Content/Developers/Wdev/Robots/BP_Unitreeg1upbody.uasset +++ b/Content/Developers/Wdev/Robots/BP_Unitreeg1upbody.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dc483be60c09b61164388eee66016652b82c2ad68d6a4daa5b0d87b4cbca5c0 -size 287537 +oid sha256:35322e82249d09b6155130b7fb085904b57f2fd8a803fe8d68339e58e5597125 +size 287098 diff --git a/RobotData/0_ArmCam/0_Depth.jpg b/RobotData/0_ArmCam/0_Depth.jpg new file mode 100644 index 00000000..296f35ef --- /dev/null +++ b/RobotData/0_ArmCam/0_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ba0b4feeeeec84b6b54c2f28e5e87b6fd4a623a002144c2dd508609fd6a027 +size 43808 diff --git a/RobotData/0_ArmCam/0_RGB.jpg b/RobotData/0_ArmCam/0_RGB.jpg new file mode 100644 index 00000000..3dec61b6 --- /dev/null +++ b/RobotData/0_ArmCam/0_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8d18b69be1a30d9a1c8304e04187427cde967f629d424967205d879107ab26 +size 43823 diff --git a/RobotData/0_ArmCam/ArmCamPos.json b/RobotData/0_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..edac614c --- /dev/null +++ b/RobotData/0_ArmCam/ArmCamPos.json @@ -0,0 +1,8 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/0_HeadCam/0_Depth.jpg b/RobotData/0_HeadCam/0_Depth.jpg new file mode 100644 index 00000000..537272d4 --- /dev/null +++ b/RobotData/0_HeadCam/0_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f9bb11ae24187f8aab60cce5cebb28c643a87d40a303f036010e456f19f150 +size 54779 diff --git a/RobotData/0_HeadCam/0_RGB.jpg b/RobotData/0_HeadCam/0_RGB.jpg new file mode 100644 index 00000000..bed83a61 --- /dev/null +++ b/RobotData/0_HeadCam/0_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0549d72d063e725f0ad1b2bdcd0a4095c8e441ed7f973b82ac27ba39e9291372 +size 55321 diff --git a/RobotData/0_HeadCam/HeadCamPos.json b/RobotData/0_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ba076736 --- /dev/null +++ b/RobotData/0_HeadCam/HeadCamPos.json @@ -0,0 +1,8 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/100_ArmCam/100_Depth.jpg b/RobotData/100_ArmCam/100_Depth.jpg new file mode 100644 index 00000000..f4aad116 --- /dev/null +++ b/RobotData/100_ArmCam/100_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0844c0f0ae2bddd216e80eb08686ac3ba8ba83ceb72de5610a60df97c1cf960f +size 44455 diff --git a/RobotData/100_ArmCam/100_RGB.jpg b/RobotData/100_ArmCam/100_RGB.jpg new file mode 100644 index 00000000..9c252524 --- /dev/null +++ b/RobotData/100_ArmCam/100_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de224e92c0a729613507b05dec01b53c8644427ca05df74e135e1e845b799267 +size 44411 diff --git a/RobotData/100_ArmCam/ArmCamPos.json b/RobotData/100_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..7ec13fa4 --- /dev/null +++ b/RobotData/100_ArmCam/ArmCamPos.json @@ -0,0 +1,408 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044045 Y=84.520445 R=-0.134494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043799 Y=84.520430 R=-0.133821 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043758 Y=84.520468 R=-0.133573 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 99, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044003 Y=84.520776 R=-0.134556 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 100, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044006 Y=84.520882 R=-0.134374 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/100_HeadCam/100_Depth.jpg b/RobotData/100_HeadCam/100_Depth.jpg new file mode 100644 index 00000000..c4b31bb3 --- /dev/null +++ b/RobotData/100_HeadCam/100_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5441c2285875e784348bd669cb1d8a1ac7543bd71723f0a01c0bcfa43f9839 +size 44950 diff --git a/RobotData/100_HeadCam/100_RGB.jpg b/RobotData/100_HeadCam/100_RGB.jpg new file mode 100644 index 00000000..7d2853b5 --- /dev/null +++ b/RobotData/100_HeadCam/100_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8399a75a141780c04b76580e7cc757f4f680abc9ad18928aefea698c39f69e6a +size 45043 diff --git a/RobotData/100_HeadCam/HeadCamPos.json b/RobotData/100_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..0cfb2ec6 --- /dev/null +++ b/RobotData/100_HeadCam/HeadCamPos.json @@ -0,0 +1,408 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211251 Y=-5.420869 R=-0.001716 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210588 Y=-5.420766 R=-0.001961 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210344 Y=-5.420685 R=-0.002001 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 99, + "transform": "Translation: X=-145.989 Y=311.430 Z=125.958 Rotation: P=-0.211312 Y=-5.420549 R=-0.001757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 100, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211132 Y=-5.420411 R=-0.001754 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/10_ArmCam/10_Depth.jpg b/RobotData/10_ArmCam/10_Depth.jpg new file mode 100644 index 00000000..71b1b094 --- /dev/null +++ b/RobotData/10_ArmCam/10_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69783d74ecb6b46af268ea08b9cb0540be22cd451e27c3fb22564aa0676456ac +size 44435 diff --git a/RobotData/10_ArmCam/10_RGB.jpg b/RobotData/10_ArmCam/10_RGB.jpg new file mode 100644 index 00000000..cf6f554a --- /dev/null +++ b/RobotData/10_ArmCam/10_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159b200388ba6f77da7c0839b491bb75e48f831fa8b7d58d8cf19ee3a9000e88 +size 44430 diff --git a/RobotData/10_ArmCam/ArmCamPos.json b/RobotData/10_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..598e79b5 --- /dev/null +++ b/RobotData/10_ArmCam/ArmCamPos.json @@ -0,0 +1,48 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/10_HeadCam/10_Depth.jpg b/RobotData/10_HeadCam/10_Depth.jpg new file mode 100644 index 00000000..e7524340 --- /dev/null +++ b/RobotData/10_HeadCam/10_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8155ec6f17565d3b40e5d1ebe3ae94eb26c8f921ccbbe11face2c73c2e7eb0 +size 55027 diff --git a/RobotData/10_HeadCam/10_RGB.jpg b/RobotData/10_HeadCam/10_RGB.jpg new file mode 100644 index 00000000..3f1da4a7 --- /dev/null +++ b/RobotData/10_HeadCam/10_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913d4947dceb3c5c85b58891b4318ee1194a9361eab93b13c26d23b229419029 +size 55778 diff --git a/RobotData/10_HeadCam/HeadCamPos.json b/RobotData/10_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..264c389d --- /dev/null +++ b/RobotData/10_HeadCam/HeadCamPos.json @@ -0,0 +1,48 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/11_ArmCam/11_Depth.jpg b/RobotData/11_ArmCam/11_Depth.jpg new file mode 100644 index 00000000..f9fca60f --- /dev/null +++ b/RobotData/11_ArmCam/11_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698bf0896874d08f02bc84d6bd64ba11d8ce86e9db294d90a30e23a70255ea43 +size 43808 diff --git a/RobotData/11_ArmCam/11_RGB.jpg b/RobotData/11_ArmCam/11_RGB.jpg new file mode 100644 index 00000000..59102e01 --- /dev/null +++ b/RobotData/11_ArmCam/11_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2774fa284663f3a5dd06c960888071c769863fc262374ada84151f619ad5c5d8 +size 43828 diff --git a/RobotData/11_ArmCam/ArmCamPos.json b/RobotData/11_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..b2331a0a --- /dev/null +++ b/RobotData/11_ArmCam/ArmCamPos.json @@ -0,0 +1,52 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/11_HeadCam/11_Depth.jpg b/RobotData/11_HeadCam/11_Depth.jpg new file mode 100644 index 00000000..42b968a7 --- /dev/null +++ b/RobotData/11_HeadCam/11_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2623da13d3c6f2436935b5f3f37d2baf709eaca8e7b3687363808a475790e42a +size 57995 diff --git a/RobotData/11_HeadCam/11_RGB.jpg b/RobotData/11_HeadCam/11_RGB.jpg new file mode 100644 index 00000000..68903c80 --- /dev/null +++ b/RobotData/11_HeadCam/11_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdb6e136dabd69d2093d091b64d288329c96a11fe5d6e0c2ae2105c270e2659 +size 57109 diff --git a/RobotData/11_HeadCam/HeadCamPos.json b/RobotData/11_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..320cbaa0 --- /dev/null +++ b/RobotData/11_HeadCam/HeadCamPos.json @@ -0,0 +1,52 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/12_ArmCam/12_Depth.jpg b/RobotData/12_ArmCam/12_Depth.jpg new file mode 100644 index 00000000..bb6857c1 --- /dev/null +++ b/RobotData/12_ArmCam/12_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b755be38ac8bcd6aadc9b99fcd608a82261157e6014975203087e7921b97375 +size 46529 diff --git a/RobotData/12_ArmCam/12_RGB.jpg b/RobotData/12_ArmCam/12_RGB.jpg new file mode 100644 index 00000000..856fb290 --- /dev/null +++ b/RobotData/12_ArmCam/12_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eaf2b260d40a866858b45324b0b60c07291717313a61c8211ebc08d1177ee2f +size 46532 diff --git a/RobotData/12_ArmCam/ArmCamPos.json b/RobotData/12_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ecf1c32e --- /dev/null +++ b/RobotData/12_ArmCam/ArmCamPos.json @@ -0,0 +1,56 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/12_HeadCam/12_Depth.jpg b/RobotData/12_HeadCam/12_Depth.jpg new file mode 100644 index 00000000..e528f267 --- /dev/null +++ b/RobotData/12_HeadCam/12_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb198a38cf0e5c04d9499fe1d69844de26dc6b632dcf0ee45af426376db311b +size 52836 diff --git a/RobotData/12_HeadCam/12_RGB.jpg b/RobotData/12_HeadCam/12_RGB.jpg new file mode 100644 index 00000000..a09d3584 --- /dev/null +++ b/RobotData/12_HeadCam/12_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d3061a5e1263696448a3a12112b4c14b1f1507bbe3ab8a8e466a061de8008f +size 52592 diff --git a/RobotData/12_HeadCam/HeadCamPos.json b/RobotData/12_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..7e195a24 --- /dev/null +++ b/RobotData/12_HeadCam/HeadCamPos.json @@ -0,0 +1,56 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/13_ArmCam/13_Depth.jpg b/RobotData/13_ArmCam/13_Depth.jpg new file mode 100644 index 00000000..d2b1f117 --- /dev/null +++ b/RobotData/13_ArmCam/13_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e23fd0859062184b7737367cfa2996ab403d6ad1d1bd901722d46f978080758 +size 45442 diff --git a/RobotData/13_ArmCam/13_RGB.jpg b/RobotData/13_ArmCam/13_RGB.jpg new file mode 100644 index 00000000..59ad335a --- /dev/null +++ b/RobotData/13_ArmCam/13_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e325d34f277b7409af74d54ae5084e5b2c2d35573c6647933f9489ea5a2dfa8 +size 45457 diff --git a/RobotData/13_ArmCam/ArmCamPos.json b/RobotData/13_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..fe3d095e --- /dev/null +++ b/RobotData/13_ArmCam/ArmCamPos.json @@ -0,0 +1,60 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/13_HeadCam/13_Depth.jpg b/RobotData/13_HeadCam/13_Depth.jpg new file mode 100644 index 00000000..b5adb969 --- /dev/null +++ b/RobotData/13_HeadCam/13_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361faef1f6a1393c094672d23fc0a8dfbe514bb25a776da0dfef525157e5294b +size 45535 diff --git a/RobotData/13_HeadCam/13_RGB.jpg b/RobotData/13_HeadCam/13_RGB.jpg new file mode 100644 index 00000000..7610947b --- /dev/null +++ b/RobotData/13_HeadCam/13_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f523ec61fe9833f50b2f48a3fa98b22e45989750f28677d38611b8e2890cb7 +size 45927 diff --git a/RobotData/13_HeadCam/HeadCamPos.json b/RobotData/13_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..82a4cb85 --- /dev/null +++ b/RobotData/13_HeadCam/HeadCamPos.json @@ -0,0 +1,60 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/14_ArmCam/14_Depth.jpg b/RobotData/14_ArmCam/14_Depth.jpg new file mode 100644 index 00000000..977d2f36 --- /dev/null +++ b/RobotData/14_ArmCam/14_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9560143e7a66d173d02828c1fbcd24a9830aab151c41468d335cc093bdcb2037 +size 46729 diff --git a/RobotData/14_ArmCam/14_RGB.jpg b/RobotData/14_ArmCam/14_RGB.jpg new file mode 100644 index 00000000..40e762dc --- /dev/null +++ b/RobotData/14_ArmCam/14_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c51b781fb5c350100a9a36604aa70d455b5131006365b0a8d294b166a39096 +size 46735 diff --git a/RobotData/14_ArmCam/ArmCamPos.json b/RobotData/14_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..db59ab7b --- /dev/null +++ b/RobotData/14_ArmCam/ArmCamPos.json @@ -0,0 +1,64 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/14_HeadCam/14_Depth.jpg b/RobotData/14_HeadCam/14_Depth.jpg new file mode 100644 index 00000000..97179a86 --- /dev/null +++ b/RobotData/14_HeadCam/14_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f3d73718136175c0509e138fe84613cba4db488b1b0d5001a2e9792714c7f +size 45882 diff --git a/RobotData/14_HeadCam/14_RGB.jpg b/RobotData/14_HeadCam/14_RGB.jpg new file mode 100644 index 00000000..1a29c444 --- /dev/null +++ b/RobotData/14_HeadCam/14_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112c292f922716785f858579a0ae257bb68dd4dc94c7a663b254565183353f37 +size 46413 diff --git a/RobotData/14_HeadCam/HeadCamPos.json b/RobotData/14_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..d5eb47ba --- /dev/null +++ b/RobotData/14_HeadCam/HeadCamPos.json @@ -0,0 +1,64 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/15_ArmCam/15_Depth.jpg b/RobotData/15_ArmCam/15_Depth.jpg new file mode 100644 index 00000000..5fe4cdbb --- /dev/null +++ b/RobotData/15_ArmCam/15_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c05775cf8389dee43b705ae7c2d09168cd7ef957ea02ab766181cbf29955ceb +size 47532 diff --git a/RobotData/15_ArmCam/15_RGB.jpg b/RobotData/15_ArmCam/15_RGB.jpg new file mode 100644 index 00000000..38bdb4a4 --- /dev/null +++ b/RobotData/15_ArmCam/15_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a9ff4cd6849824045217ccbcaec08c0a743b3ea84fdae2918362c711fde32e +size 47525 diff --git a/RobotData/15_ArmCam/ArmCamPos.json b/RobotData/15_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ab39422a --- /dev/null +++ b/RobotData/15_ArmCam/ArmCamPos.json @@ -0,0 +1,68 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/15_HeadCam/15_Depth.jpg b/RobotData/15_HeadCam/15_Depth.jpg new file mode 100644 index 00000000..f6428193 --- /dev/null +++ b/RobotData/15_HeadCam/15_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fabc29f8e424437b3ee4f54329a8d41587c27f86b40e319674895e591d7857a +size 49929 diff --git a/RobotData/15_HeadCam/15_RGB.jpg b/RobotData/15_HeadCam/15_RGB.jpg new file mode 100644 index 00000000..d44b73e4 --- /dev/null +++ b/RobotData/15_HeadCam/15_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcff93c27817bc85ef7d712063ee16129d35b02ccb76a7f818b5338ad1e8bd2 +size 49737 diff --git a/RobotData/15_HeadCam/HeadCamPos.json b/RobotData/15_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..5fc0c2a4 --- /dev/null +++ b/RobotData/15_HeadCam/HeadCamPos.json @@ -0,0 +1,68 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/16_ArmCam/16_Depth.jpg b/RobotData/16_ArmCam/16_Depth.jpg new file mode 100644 index 00000000..a042a9e6 --- /dev/null +++ b/RobotData/16_ArmCam/16_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaa6cd62d3b5f9e9af33bc76bfa1de765a48ace162c9e3f9bc43d68db993f4a +size 45235 diff --git a/RobotData/16_ArmCam/16_RGB.jpg b/RobotData/16_ArmCam/16_RGB.jpg new file mode 100644 index 00000000..367991ec --- /dev/null +++ b/RobotData/16_ArmCam/16_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4324cd3ff8062972f743eb8e2eaf1ad97e4fe8205b9ca4c5a74cd379a61017 +size 45210 diff --git a/RobotData/16_ArmCam/ArmCamPos.json b/RobotData/16_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e1ba01eb --- /dev/null +++ b/RobotData/16_ArmCam/ArmCamPos.json @@ -0,0 +1,72 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/16_HeadCam/16_Depth.jpg b/RobotData/16_HeadCam/16_Depth.jpg new file mode 100644 index 00000000..28e94570 --- /dev/null +++ b/RobotData/16_HeadCam/16_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aa98463685fbab027c609b0fbfd16d09753da964364e8e2ee50cfceb5e5068 +size 51632 diff --git a/RobotData/16_HeadCam/16_RGB.jpg b/RobotData/16_HeadCam/16_RGB.jpg new file mode 100644 index 00000000..9e29797c --- /dev/null +++ b/RobotData/16_HeadCam/16_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788d32b0c0544498a815d46e2cc3a6b29cd152298eba2c2024c18691748e52cd +size 51729 diff --git a/RobotData/16_HeadCam/HeadCamPos.json b/RobotData/16_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..aca26ca6 --- /dev/null +++ b/RobotData/16_HeadCam/HeadCamPos.json @@ -0,0 +1,72 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/17_ArmCam/17_Depth.jpg b/RobotData/17_ArmCam/17_Depth.jpg new file mode 100644 index 00000000..fe649529 --- /dev/null +++ b/RobotData/17_ArmCam/17_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b15f1613bf91ef6d82545872ca802267f8cc77607d1fc45b9b258ff09660a44 +size 45235 diff --git a/RobotData/17_ArmCam/17_RGB.jpg b/RobotData/17_ArmCam/17_RGB.jpg new file mode 100644 index 00000000..edd049c4 --- /dev/null +++ b/RobotData/17_ArmCam/17_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1f19da6af5f26d22de3f496d02109be4c6e35582a7d7d4779892c270e76d26 +size 45255 diff --git a/RobotData/17_ArmCam/ArmCamPos.json b/RobotData/17_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..779a3339 --- /dev/null +++ b/RobotData/17_ArmCam/ArmCamPos.json @@ -0,0 +1,76 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/17_HeadCam/17_Depth.jpg b/RobotData/17_HeadCam/17_Depth.jpg new file mode 100644 index 00000000..0c4e3f68 --- /dev/null +++ b/RobotData/17_HeadCam/17_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2983973c10869c63009e073bb5437b032e8df4f1daf4e238aca10d33e5ba642b +size 51673 diff --git a/RobotData/17_HeadCam/17_RGB.jpg b/RobotData/17_HeadCam/17_RGB.jpg new file mode 100644 index 00000000..347b69b8 --- /dev/null +++ b/RobotData/17_HeadCam/17_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1da5c4be7d263994e3e83243cde84290bfede329d04644da84f6df7bcb477fa +size 51779 diff --git a/RobotData/17_HeadCam/HeadCamPos.json b/RobotData/17_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..1afbb878 --- /dev/null +++ b/RobotData/17_HeadCam/HeadCamPos.json @@ -0,0 +1,76 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/18_ArmCam/18_Depth.jpg b/RobotData/18_ArmCam/18_Depth.jpg new file mode 100644 index 00000000..8216ace6 --- /dev/null +++ b/RobotData/18_ArmCam/18_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2560539a66da1a292ccac0a44756a15f4bc60ab430a1339bc657b6de8a46f4b7 +size 45267 diff --git a/RobotData/18_ArmCam/18_RGB.jpg b/RobotData/18_ArmCam/18_RGB.jpg new file mode 100644 index 00000000..1e362578 --- /dev/null +++ b/RobotData/18_ArmCam/18_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7eba9aa4da49d02b242a8d7f78abd7ad0d42aa32d8a1be8e6f75fb5da2ba85 +size 45246 diff --git a/RobotData/18_ArmCam/ArmCamPos.json b/RobotData/18_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..d3dae7ec --- /dev/null +++ b/RobotData/18_ArmCam/ArmCamPos.json @@ -0,0 +1,80 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/18_HeadCam/18_Depth.jpg b/RobotData/18_HeadCam/18_Depth.jpg new file mode 100644 index 00000000..a0e470d8 --- /dev/null +++ b/RobotData/18_HeadCam/18_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e604d347fa0d12e1cd6d077c01b820646fa69b4566ebf11e1697717eed12d623 +size 51634 diff --git a/RobotData/18_HeadCam/18_RGB.jpg b/RobotData/18_HeadCam/18_RGB.jpg new file mode 100644 index 00000000..048506d6 --- /dev/null +++ b/RobotData/18_HeadCam/18_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e545ca1a1e3e386343fe351eb7fb9910827872f8d0bfc105d7f3a044125cd50 +size 51748 diff --git a/RobotData/18_HeadCam/HeadCamPos.json b/RobotData/18_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..1d010078 --- /dev/null +++ b/RobotData/18_HeadCam/HeadCamPos.json @@ -0,0 +1,80 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/19_ArmCam/19_Depth.jpg b/RobotData/19_ArmCam/19_Depth.jpg new file mode 100644 index 00000000..d659a8f6 --- /dev/null +++ b/RobotData/19_ArmCam/19_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e575075ea852647399c85363cb1b1aed0c8835028588698a9c9d711fb1f4eb +size 45265 diff --git a/RobotData/19_ArmCam/19_RGB.jpg b/RobotData/19_ArmCam/19_RGB.jpg new file mode 100644 index 00000000..c977de03 --- /dev/null +++ b/RobotData/19_ArmCam/19_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087d1c886c805a22985645026e62fd4338495e7fe4c2f325f6f54dcf31c14440 +size 45272 diff --git a/RobotData/19_ArmCam/ArmCamPos.json b/RobotData/19_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..d0c10fc4 --- /dev/null +++ b/RobotData/19_ArmCam/ArmCamPos.json @@ -0,0 +1,84 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/19_HeadCam/19_Depth.jpg b/RobotData/19_HeadCam/19_Depth.jpg new file mode 100644 index 00000000..effb081f --- /dev/null +++ b/RobotData/19_HeadCam/19_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5f658293fae4c43fb10e369e93f90b4d714890865a50373307e647caf3d35f +size 51637 diff --git a/RobotData/19_HeadCam/19_RGB.jpg b/RobotData/19_HeadCam/19_RGB.jpg new file mode 100644 index 00000000..6e44c2e8 --- /dev/null +++ b/RobotData/19_HeadCam/19_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d5c0b0f46aa50177d94b801a05779fe0e6c4cd5c1d90551e6f7f9803b296cc +size 51735 diff --git a/RobotData/19_HeadCam/HeadCamPos.json b/RobotData/19_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..e48ce6ce --- /dev/null +++ b/RobotData/19_HeadCam/HeadCamPos.json @@ -0,0 +1,84 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/1_ArmCam/1_Depth.jpg b/RobotData/1_ArmCam/1_Depth.jpg new file mode 100644 index 00000000..285385cb --- /dev/null +++ b/RobotData/1_ArmCam/1_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c1d1d5918960a16607db1aeb1128dcc39c6c30355d683d964b9eddffa6d2bc +size 43815 diff --git a/RobotData/1_ArmCam/1_RGB.jpg b/RobotData/1_ArmCam/1_RGB.jpg new file mode 100644 index 00000000..c350b73f --- /dev/null +++ b/RobotData/1_ArmCam/1_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb67d8ce78beb5a44bc4f3cd0623114f906c1475a7bccea00a9779843a5b4e82 +size 43823 diff --git a/RobotData/1_ArmCam/ArmCamPos.json b/RobotData/1_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..9a794e4a --- /dev/null +++ b/RobotData/1_ArmCam/ArmCamPos.json @@ -0,0 +1,12 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/1_HeadCam/1_Depth.jpg b/RobotData/1_HeadCam/1_Depth.jpg new file mode 100644 index 00000000..4b0b3783 --- /dev/null +++ b/RobotData/1_HeadCam/1_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee103a518e53e386c7d97d74886b3e6674a7ca2fdc270ac07c5dc5152123244 +size 54674 diff --git a/RobotData/1_HeadCam/1_RGB.jpg b/RobotData/1_HeadCam/1_RGB.jpg new file mode 100644 index 00000000..39b8559f --- /dev/null +++ b/RobotData/1_HeadCam/1_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9535c7ba72fe057ee1c4b904d6aee6e2b9d68009ddb5f6a95b6840a0f062ea09 +size 55247 diff --git a/RobotData/1_HeadCam/HeadCamPos.json b/RobotData/1_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..a49be0f7 --- /dev/null +++ b/RobotData/1_HeadCam/HeadCamPos.json @@ -0,0 +1,12 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/20_ArmCam/20_Depth.jpg b/RobotData/20_ArmCam/20_Depth.jpg new file mode 100644 index 00000000..d14b0ed2 --- /dev/null +++ b/RobotData/20_ArmCam/20_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11ddfb700cbca4c5a87f36a01d73d2b9fcfb0204d21cd15b8eefe938551f2e6 +size 45301 diff --git a/RobotData/20_ArmCam/20_RGB.jpg b/RobotData/20_ArmCam/20_RGB.jpg new file mode 100644 index 00000000..4219f962 --- /dev/null +++ b/RobotData/20_ArmCam/20_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403a0dd401028167b8a9ee9faa2c9cffa492dbf2a7b6d0905fb9a1f41ba4737d +size 45286 diff --git a/RobotData/20_ArmCam/ArmCamPos.json b/RobotData/20_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..5188c034 --- /dev/null +++ b/RobotData/20_ArmCam/ArmCamPos.json @@ -0,0 +1,88 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/20_HeadCam/20_Depth.jpg b/RobotData/20_HeadCam/20_Depth.jpg new file mode 100644 index 00000000..f4a8dc1c --- /dev/null +++ b/RobotData/20_HeadCam/20_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4e3cff8f3d116efe702c6c3185b4ecf3b5ee545b79e3e369f34971fe197e8a +size 51686 diff --git a/RobotData/20_HeadCam/20_RGB.jpg b/RobotData/20_HeadCam/20_RGB.jpg new file mode 100644 index 00000000..f33fea05 --- /dev/null +++ b/RobotData/20_HeadCam/20_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ba870c04b3ed0d7db9edf048b0f657d513028ec9819f03db3a82f44c8cde1a +size 51772 diff --git a/RobotData/20_HeadCam/HeadCamPos.json b/RobotData/20_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..32844748 --- /dev/null +++ b/RobotData/20_HeadCam/HeadCamPos.json @@ -0,0 +1,88 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/21_ArmCam/21_Depth.jpg b/RobotData/21_ArmCam/21_Depth.jpg new file mode 100644 index 00000000..84038546 --- /dev/null +++ b/RobotData/21_ArmCam/21_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516546272876e23fdc806c0760d5959fc0d6edf74bd1adf43a3c7bedfd82b4d6 +size 45340 diff --git a/RobotData/21_ArmCam/21_RGB.jpg b/RobotData/21_ArmCam/21_RGB.jpg new file mode 100644 index 00000000..f25f11b6 --- /dev/null +++ b/RobotData/21_ArmCam/21_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36013e0de47403725e78b685516087c20cda3acc556911cba0f37910aa02eba +size 45300 diff --git a/RobotData/21_ArmCam/ArmCamPos.json b/RobotData/21_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..219f45c3 --- /dev/null +++ b/RobotData/21_ArmCam/ArmCamPos.json @@ -0,0 +1,92 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/21_HeadCam/21_Depth.jpg b/RobotData/21_HeadCam/21_Depth.jpg new file mode 100644 index 00000000..07465938 --- /dev/null +++ b/RobotData/21_HeadCam/21_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a53cf107810a26cd4252de70d06134a46355b518ed2c0f0d5f7953c71e34bde +size 51606 diff --git a/RobotData/21_HeadCam/21_RGB.jpg b/RobotData/21_HeadCam/21_RGB.jpg new file mode 100644 index 00000000..cd3a6eb8 --- /dev/null +++ b/RobotData/21_HeadCam/21_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65ca8aee89fa783b2bdd903fc383f05a16565bd61079507adfeb9312f350aed +size 51716 diff --git a/RobotData/21_HeadCam/HeadCamPos.json b/RobotData/21_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ef10d7cc --- /dev/null +++ b/RobotData/21_HeadCam/HeadCamPos.json @@ -0,0 +1,92 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/22_ArmCam/22_Depth.jpg b/RobotData/22_ArmCam/22_Depth.jpg new file mode 100644 index 00000000..b955bf4c --- /dev/null +++ b/RobotData/22_ArmCam/22_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deadced5f5a411d6866d879770bbe1ba0131375092c96fdd4eb19ce230f58e7 +size 45305 diff --git a/RobotData/22_ArmCam/22_RGB.jpg b/RobotData/22_ArmCam/22_RGB.jpg new file mode 100644 index 00000000..14199e86 --- /dev/null +++ b/RobotData/22_ArmCam/22_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a70969cdb5da265e047dc2ce14de97545b709357762651bfd1a520b8a95be95 +size 45331 diff --git a/RobotData/22_ArmCam/ArmCamPos.json b/RobotData/22_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..401e7f57 --- /dev/null +++ b/RobotData/22_ArmCam/ArmCamPos.json @@ -0,0 +1,96 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/22_HeadCam/22_Depth.jpg b/RobotData/22_HeadCam/22_Depth.jpg new file mode 100644 index 00000000..a0786832 --- /dev/null +++ b/RobotData/22_HeadCam/22_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572b9290946a987fb61a2cce99572d7e48da62167ffb791db8137f14e9b93728 +size 51618 diff --git a/RobotData/22_HeadCam/22_RGB.jpg b/RobotData/22_HeadCam/22_RGB.jpg new file mode 100644 index 00000000..73196623 --- /dev/null +++ b/RobotData/22_HeadCam/22_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddb8723e80225bb67bf2514074141bd5a2f8bb2a6cd39dfcb12bfd2ba14c663 +size 51745 diff --git a/RobotData/22_HeadCam/HeadCamPos.json b/RobotData/22_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..7eaac132 --- /dev/null +++ b/RobotData/22_HeadCam/HeadCamPos.json @@ -0,0 +1,96 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/23_ArmCam/23_Depth.jpg b/RobotData/23_ArmCam/23_Depth.jpg new file mode 100644 index 00000000..14333b4a --- /dev/null +++ b/RobotData/23_ArmCam/23_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190101ce42367eab95c8ad7163bdb55d15b60838c7e53ad37119b82020246507 +size 45396 diff --git a/RobotData/23_ArmCam/23_RGB.jpg b/RobotData/23_ArmCam/23_RGB.jpg new file mode 100644 index 00000000..d2edd470 --- /dev/null +++ b/RobotData/23_ArmCam/23_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa29be912d881085837a95486702dbe7e3f27ad941b06701e8d8ff705b9fa85f +size 45394 diff --git a/RobotData/23_ArmCam/ArmCamPos.json b/RobotData/23_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..c89bfab8 --- /dev/null +++ b/RobotData/23_ArmCam/ArmCamPos.json @@ -0,0 +1,100 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/23_HeadCam/23_Depth.jpg b/RobotData/23_HeadCam/23_Depth.jpg new file mode 100644 index 00000000..88dfc98a --- /dev/null +++ b/RobotData/23_HeadCam/23_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb4b52c1ab0654347758507379e1b06c7b14a816f03d90887913b8417e70f9 +size 51654 diff --git a/RobotData/23_HeadCam/23_RGB.jpg b/RobotData/23_HeadCam/23_RGB.jpg new file mode 100644 index 00000000..9586a14c --- /dev/null +++ b/RobotData/23_HeadCam/23_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb6ddfdd4bf80a4c275ad01af503e5308d8dfd3e3edf868c1f70f9644fa260a +size 51781 diff --git a/RobotData/23_HeadCam/HeadCamPos.json b/RobotData/23_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..69b3d3e1 --- /dev/null +++ b/RobotData/23_HeadCam/HeadCamPos.json @@ -0,0 +1,100 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/24_ArmCam/24_Depth.jpg b/RobotData/24_ArmCam/24_Depth.jpg new file mode 100644 index 00000000..30602b62 --- /dev/null +++ b/RobotData/24_ArmCam/24_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ad590e9045af1c1eaf54e15518a8367527f05cdcdb0f62433a9d103bb0cc7b +size 45320 diff --git a/RobotData/24_ArmCam/24_RGB.jpg b/RobotData/24_ArmCam/24_RGB.jpg new file mode 100644 index 00000000..941435d8 --- /dev/null +++ b/RobotData/24_ArmCam/24_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d898bb2f9417088fe6d239959afab2565c90be41cc57ebc47eac1a77d2dfd2 +size 45328 diff --git a/RobotData/24_ArmCam/ArmCamPos.json b/RobotData/24_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8b03c057 --- /dev/null +++ b/RobotData/24_ArmCam/ArmCamPos.json @@ -0,0 +1,104 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/24_HeadCam/24_Depth.jpg b/RobotData/24_HeadCam/24_Depth.jpg new file mode 100644 index 00000000..4b5e2d9c --- /dev/null +++ b/RobotData/24_HeadCam/24_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1cff2350307e2955dcb0db1680d51dfe949fd34d05391ccf1b2ec254c78045 +size 51682 diff --git a/RobotData/24_HeadCam/24_RGB.jpg b/RobotData/24_HeadCam/24_RGB.jpg new file mode 100644 index 00000000..4dd7aaab --- /dev/null +++ b/RobotData/24_HeadCam/24_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcabc718b4ada1a6860e120fda287773dc4c96eb749f1de42230d68787daf6e +size 51796 diff --git a/RobotData/24_HeadCam/HeadCamPos.json b/RobotData/24_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ba57b974 --- /dev/null +++ b/RobotData/24_HeadCam/HeadCamPos.json @@ -0,0 +1,104 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/25_ArmCam/25_Depth.jpg b/RobotData/25_ArmCam/25_Depth.jpg new file mode 100644 index 00000000..711199ce --- /dev/null +++ b/RobotData/25_ArmCam/25_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b130a0168ac3b53d9449eb0684baa6141c481be3d6249376dcbdcf4d899aaf5d +size 45391 diff --git a/RobotData/25_ArmCam/25_RGB.jpg b/RobotData/25_ArmCam/25_RGB.jpg new file mode 100644 index 00000000..3a45f7ca --- /dev/null +++ b/RobotData/25_ArmCam/25_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b545dfaaeb58c09b46a870b1fe7cc686e9f66cdf21a12969f826a6554acce +size 45384 diff --git a/RobotData/25_ArmCam/ArmCamPos.json b/RobotData/25_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..dfd3c679 --- /dev/null +++ b/RobotData/25_ArmCam/ArmCamPos.json @@ -0,0 +1,108 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/25_HeadCam/25_Depth.jpg b/RobotData/25_HeadCam/25_Depth.jpg new file mode 100644 index 00000000..faea342b --- /dev/null +++ b/RobotData/25_HeadCam/25_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b1e2279780e60ba8dac88207aef2d804e6b76984d8ffff805f295162e252f0 +size 51593 diff --git a/RobotData/25_HeadCam/25_RGB.jpg b/RobotData/25_HeadCam/25_RGB.jpg new file mode 100644 index 00000000..be73c60f --- /dev/null +++ b/RobotData/25_HeadCam/25_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fb5686f33e5c931af86c0e4636b83a250bff81dadee4f974efe002119f7f0d +size 51691 diff --git a/RobotData/25_HeadCam/HeadCamPos.json b/RobotData/25_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..141c00cf --- /dev/null +++ b/RobotData/25_HeadCam/HeadCamPos.json @@ -0,0 +1,108 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/26_ArmCam/26_Depth.jpg b/RobotData/26_ArmCam/26_Depth.jpg new file mode 100644 index 00000000..540ce402 --- /dev/null +++ b/RobotData/26_ArmCam/26_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc30b0ccc22a328a954070c4bbc68816c1fc561eb435f4320e0fc37bb0300492 +size 45363 diff --git a/RobotData/26_ArmCam/26_RGB.jpg b/RobotData/26_ArmCam/26_RGB.jpg new file mode 100644 index 00000000..a572a12f --- /dev/null +++ b/RobotData/26_ArmCam/26_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a79b15e0c030aeb39a9901ad731841824a17f5095a311f0720d1efde8f1ee2 +size 45366 diff --git a/RobotData/26_ArmCam/ArmCamPos.json b/RobotData/26_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..771074a7 --- /dev/null +++ b/RobotData/26_ArmCam/ArmCamPos.json @@ -0,0 +1,112 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/26_HeadCam/26_Depth.jpg b/RobotData/26_HeadCam/26_Depth.jpg new file mode 100644 index 00000000..0abd0420 --- /dev/null +++ b/RobotData/26_HeadCam/26_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b603ddd06035896e67d14677e6e67fd37beee421e3b6db3f7e54ffa4a70e89fa +size 51763 diff --git a/RobotData/26_HeadCam/26_RGB.jpg b/RobotData/26_HeadCam/26_RGB.jpg new file mode 100644 index 00000000..4e0b98d4 --- /dev/null +++ b/RobotData/26_HeadCam/26_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b378e0ff8c9ac093c5905971dac5fe812e93464c748c2bba4ffeee4257ccf8b6 +size 51849 diff --git a/RobotData/26_HeadCam/HeadCamPos.json b/RobotData/26_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b7e43add --- /dev/null +++ b/RobotData/26_HeadCam/HeadCamPos.json @@ -0,0 +1,112 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/27_ArmCam/27_Depth.jpg b/RobotData/27_ArmCam/27_Depth.jpg new file mode 100644 index 00000000..3388d35e --- /dev/null +++ b/RobotData/27_ArmCam/27_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653b85d7b2134467b9384a80beab2ea0746f016d86f01518a4c2d81054800117 +size 45404 diff --git a/RobotData/27_ArmCam/27_RGB.jpg b/RobotData/27_ArmCam/27_RGB.jpg new file mode 100644 index 00000000..64f0010f --- /dev/null +++ b/RobotData/27_ArmCam/27_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5a4ce42ac3fb2c6c1d685d64c635f3f22032e35f3b092f4ed6b2da8271cdbd +size 45376 diff --git a/RobotData/27_ArmCam/ArmCamPos.json b/RobotData/27_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..14b45538 --- /dev/null +++ b/RobotData/27_ArmCam/ArmCamPos.json @@ -0,0 +1,116 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/27_HeadCam/27_Depth.jpg b/RobotData/27_HeadCam/27_Depth.jpg new file mode 100644 index 00000000..991ad3d2 --- /dev/null +++ b/RobotData/27_HeadCam/27_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed62c23a068c594ff561afde586fb4b50d1177863cfa8871808149b948649e17 +size 51651 diff --git a/RobotData/27_HeadCam/27_RGB.jpg b/RobotData/27_HeadCam/27_RGB.jpg new file mode 100644 index 00000000..0a69e384 --- /dev/null +++ b/RobotData/27_HeadCam/27_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdd18d163edc08cef0d02f3b37e8ba31bcc40b15102304047e4ba85644bee2c +size 51718 diff --git a/RobotData/27_HeadCam/HeadCamPos.json b/RobotData/27_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..60d17f6f --- /dev/null +++ b/RobotData/27_HeadCam/HeadCamPos.json @@ -0,0 +1,116 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/28_ArmCam/28_Depth.jpg b/RobotData/28_ArmCam/28_Depth.jpg new file mode 100644 index 00000000..692c7670 --- /dev/null +++ b/RobotData/28_ArmCam/28_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbffe2a869f156ac5655721e8bf277cbe71538233c6da7b72ad808756ff04b9 +size 45404 diff --git a/RobotData/28_ArmCam/28_RGB.jpg b/RobotData/28_ArmCam/28_RGB.jpg new file mode 100644 index 00000000..e341f5f7 --- /dev/null +++ b/RobotData/28_ArmCam/28_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e02a83820c3d21b40687e626a8a524b54065eab9b72991042800ee4a2454ce3 +size 45392 diff --git a/RobotData/28_ArmCam/ArmCamPos.json b/RobotData/28_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ace0d1ac --- /dev/null +++ b/RobotData/28_ArmCam/ArmCamPos.json @@ -0,0 +1,120 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/28_HeadCam/28_Depth.jpg b/RobotData/28_HeadCam/28_Depth.jpg new file mode 100644 index 00000000..b985cf68 --- /dev/null +++ b/RobotData/28_HeadCam/28_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf37476e0d83fe1cfd848406353b82a61e2869aecfa149a7ec8241afcfd7801 +size 51664 diff --git a/RobotData/28_HeadCam/28_RGB.jpg b/RobotData/28_HeadCam/28_RGB.jpg new file mode 100644 index 00000000..40db82ac --- /dev/null +++ b/RobotData/28_HeadCam/28_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d8b0b4d658504646b9451879f0c23197b0c3ab2631d06db5389f593cc205c +size 51737 diff --git a/RobotData/28_HeadCam/HeadCamPos.json b/RobotData/28_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..eef7f3de --- /dev/null +++ b/RobotData/28_HeadCam/HeadCamPos.json @@ -0,0 +1,120 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/29_ArmCam/29_Depth.jpg b/RobotData/29_ArmCam/29_Depth.jpg new file mode 100644 index 00000000..6648bdc9 --- /dev/null +++ b/RobotData/29_ArmCam/29_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec4ea8a4641e7f0061edd47a8555c9b463225c46e43e86abade8a81fad4469e +size 45589 diff --git a/RobotData/29_ArmCam/29_RGB.jpg b/RobotData/29_ArmCam/29_RGB.jpg new file mode 100644 index 00000000..99137462 --- /dev/null +++ b/RobotData/29_ArmCam/29_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326c6d786c89dfb01e0ad31d13a6802726719fac7b5e5b0d5a66a1378ff5c406 +size 45590 diff --git a/RobotData/29_ArmCam/ArmCamPos.json b/RobotData/29_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ef6d823c --- /dev/null +++ b/RobotData/29_ArmCam/ArmCamPos.json @@ -0,0 +1,124 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/29_HeadCam/29_Depth.jpg b/RobotData/29_HeadCam/29_Depth.jpg new file mode 100644 index 00000000..f6e5d1e8 --- /dev/null +++ b/RobotData/29_HeadCam/29_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe5dcba49b51653da68fe41799a2f83f90cab68988afcf2e3a3eb47e6960ce6 +size 51798 diff --git a/RobotData/29_HeadCam/29_RGB.jpg b/RobotData/29_HeadCam/29_RGB.jpg new file mode 100644 index 00000000..b3488860 --- /dev/null +++ b/RobotData/29_HeadCam/29_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ea7c5fc50d7b4920e4a01873223a4c0ca66bfe5c4ae62bbe59d69d85cb42cb +size 51880 diff --git a/RobotData/29_HeadCam/HeadCamPos.json b/RobotData/29_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b3404078 --- /dev/null +++ b/RobotData/29_HeadCam/HeadCamPos.json @@ -0,0 +1,124 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/2_ArmCam/2_Depth.jpg b/RobotData/2_ArmCam/2_Depth.jpg new file mode 100644 index 00000000..1776c721 --- /dev/null +++ b/RobotData/2_ArmCam/2_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49487083fc2e492f20f22d64b750e1464244e993f5d7d3f22c1b58c4664bb62 +size 43829 diff --git a/RobotData/2_ArmCam/2_RGB.jpg b/RobotData/2_ArmCam/2_RGB.jpg new file mode 100644 index 00000000..3ef8094b --- /dev/null +++ b/RobotData/2_ArmCam/2_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65efe9f554ed72a7169e4d5a556cb7c4805c0d1adfedd900bce775d40abf694 +size 43789 diff --git a/RobotData/2_ArmCam/ArmCamPos.json b/RobotData/2_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..2ba5909f --- /dev/null +++ b/RobotData/2_ArmCam/ArmCamPos.json @@ -0,0 +1,16 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/2_HeadCam/2_Depth.jpg b/RobotData/2_HeadCam/2_Depth.jpg new file mode 100644 index 00000000..76a4d7a6 --- /dev/null +++ b/RobotData/2_HeadCam/2_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df9b4f2d636e3b23d6a0a83fc0ddfe54e8df8d1c21f48adc25c8c1158463f4e +size 54852 diff --git a/RobotData/2_HeadCam/2_RGB.jpg b/RobotData/2_HeadCam/2_RGB.jpg new file mode 100644 index 00000000..c91161e8 --- /dev/null +++ b/RobotData/2_HeadCam/2_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baddd5464859d6c78d54fe5c19ea572812019a43235cdc33f003e05733f2109 +size 55432 diff --git a/RobotData/2_HeadCam/HeadCamPos.json b/RobotData/2_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..7952ea6d --- /dev/null +++ b/RobotData/2_HeadCam/HeadCamPos.json @@ -0,0 +1,16 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/30_ArmCam/30_Depth.jpg b/RobotData/30_ArmCam/30_Depth.jpg new file mode 100644 index 00000000..26fc4bef --- /dev/null +++ b/RobotData/30_ArmCam/30_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e230738195887f5a2c66ec249912327d52077c4471e9181ed38f3fb1db7a87 +size 46028 diff --git a/RobotData/30_ArmCam/30_RGB.jpg b/RobotData/30_ArmCam/30_RGB.jpg new file mode 100644 index 00000000..7ffaddef --- /dev/null +++ b/RobotData/30_ArmCam/30_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0292b2b69c516160a743031547ad15309704370a1ca29ccd64703f66b3a52f5 +size 46025 diff --git a/RobotData/30_ArmCam/ArmCamPos.json b/RobotData/30_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..bcf763bd --- /dev/null +++ b/RobotData/30_ArmCam/ArmCamPos.json @@ -0,0 +1,128 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/30_HeadCam/30_Depth.jpg b/RobotData/30_HeadCam/30_Depth.jpg new file mode 100644 index 00000000..d2588b75 --- /dev/null +++ b/RobotData/30_HeadCam/30_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3e9208e56b7a1251613f01ebac863e5775e1284c80c9495fb3aac28df11815 +size 51741 diff --git a/RobotData/30_HeadCam/30_RGB.jpg b/RobotData/30_HeadCam/30_RGB.jpg new file mode 100644 index 00000000..39418e63 --- /dev/null +++ b/RobotData/30_HeadCam/30_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba2c72f574a894d72f08aa375b259db1f6034391fefefd52546e81ebb8a1dd5 +size 51814 diff --git a/RobotData/30_HeadCam/HeadCamPos.json b/RobotData/30_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..f805b442 --- /dev/null +++ b/RobotData/30_HeadCam/HeadCamPos.json @@ -0,0 +1,128 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/31_ArmCam/31_Depth.jpg b/RobotData/31_ArmCam/31_Depth.jpg new file mode 100644 index 00000000..ff757549 --- /dev/null +++ b/RobotData/31_ArmCam/31_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5b2685fdf36b39e38f96c8dfa8bf16b453e3d96230e4af41a5195ee9109a05 +size 46049 diff --git a/RobotData/31_ArmCam/31_RGB.jpg b/RobotData/31_ArmCam/31_RGB.jpg new file mode 100644 index 00000000..9e50d258 --- /dev/null +++ b/RobotData/31_ArmCam/31_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a4a42e910025211251ea4a060a04a51d672b178d2b969bc0d0a80353519156 +size 46063 diff --git a/RobotData/31_ArmCam/ArmCamPos.json b/RobotData/31_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ff4615c1 --- /dev/null +++ b/RobotData/31_ArmCam/ArmCamPos.json @@ -0,0 +1,132 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/31_HeadCam/31_Depth.jpg b/RobotData/31_HeadCam/31_Depth.jpg new file mode 100644 index 00000000..555ce035 --- /dev/null +++ b/RobotData/31_HeadCam/31_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca25e560a51d73881c1832258d8d6b8ba3f85523057c37b7f95e31d40b7d330 +size 51829 diff --git a/RobotData/31_HeadCam/31_RGB.jpg b/RobotData/31_HeadCam/31_RGB.jpg new file mode 100644 index 00000000..a6feff49 --- /dev/null +++ b/RobotData/31_HeadCam/31_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca706c7bc29796706773fee30ccb7bde5e9e63c3761fc284cef1eb3806c92af +size 51902 diff --git a/RobotData/31_HeadCam/HeadCamPos.json b/RobotData/31_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ffe315d7 --- /dev/null +++ b/RobotData/31_HeadCam/HeadCamPos.json @@ -0,0 +1,132 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/32_ArmCam/32_Depth.jpg b/RobotData/32_ArmCam/32_Depth.jpg new file mode 100644 index 00000000..cb5295ea --- /dev/null +++ b/RobotData/32_ArmCam/32_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9e9b855501ff3a00bbace136fed0a3b5046aebb62e6ef3bb0a6ab455467954 +size 46001 diff --git a/RobotData/32_ArmCam/32_RGB.jpg b/RobotData/32_ArmCam/32_RGB.jpg new file mode 100644 index 00000000..79514dae --- /dev/null +++ b/RobotData/32_ArmCam/32_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869739dd780cbab9b0624f31efb930e3e8dc81f65a3e90ace6d358c8e3c15eb1 +size 46015 diff --git a/RobotData/32_ArmCam/ArmCamPos.json b/RobotData/32_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..bba0e214 --- /dev/null +++ b/RobotData/32_ArmCam/ArmCamPos.json @@ -0,0 +1,136 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/32_HeadCam/32_Depth.jpg b/RobotData/32_HeadCam/32_Depth.jpg new file mode 100644 index 00000000..5080e6c7 --- /dev/null +++ b/RobotData/32_HeadCam/32_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd50c3cbc24439cc4aadacd4aa5189358fedda1e29c371b8d36bd980fd215ff6 +size 51870 diff --git a/RobotData/32_HeadCam/32_RGB.jpg b/RobotData/32_HeadCam/32_RGB.jpg new file mode 100644 index 00000000..0a21c08b --- /dev/null +++ b/RobotData/32_HeadCam/32_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04eb6087a490825c20187b2b5ae57abb820c2c6480f1b7aee2b22e4673462389 +size 51962 diff --git a/RobotData/32_HeadCam/HeadCamPos.json b/RobotData/32_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..d1ee3541 --- /dev/null +++ b/RobotData/32_HeadCam/HeadCamPos.json @@ -0,0 +1,136 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/33_ArmCam/33_Depth.jpg b/RobotData/33_ArmCam/33_Depth.jpg new file mode 100644 index 00000000..a09ed2ee --- /dev/null +++ b/RobotData/33_ArmCam/33_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be6e9ddf32d6ef480adabe2152169fa984fb8f0b8c5dfb9a87b7a8d111feb34 +size 45923 diff --git a/RobotData/33_ArmCam/33_RGB.jpg b/RobotData/33_ArmCam/33_RGB.jpg new file mode 100644 index 00000000..12f89faa --- /dev/null +++ b/RobotData/33_ArmCam/33_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8a7f55640c4a76ee29d710c39c3222d10a49a6592f4e14e9f9989408947027 +size 45905 diff --git a/RobotData/33_ArmCam/ArmCamPos.json b/RobotData/33_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ee484bf6 --- /dev/null +++ b/RobotData/33_ArmCam/ArmCamPos.json @@ -0,0 +1,140 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/33_HeadCam/33_Depth.jpg b/RobotData/33_HeadCam/33_Depth.jpg new file mode 100644 index 00000000..d9af7a02 --- /dev/null +++ b/RobotData/33_HeadCam/33_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e3b4ba441e8d2cfa835f82de242a6eaf71365ad0b823fff9af0e00e03639b5 +size 51757 diff --git a/RobotData/33_HeadCam/33_RGB.jpg b/RobotData/33_HeadCam/33_RGB.jpg new file mode 100644 index 00000000..66637137 --- /dev/null +++ b/RobotData/33_HeadCam/33_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ed87ca98906dcde5df6a2992595539387e153222e6e22a0113409cfe2af75b +size 51792 diff --git a/RobotData/33_HeadCam/HeadCamPos.json b/RobotData/33_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..5922bb05 --- /dev/null +++ b/RobotData/33_HeadCam/HeadCamPos.json @@ -0,0 +1,140 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/34_ArmCam/34_Depth.jpg b/RobotData/34_ArmCam/34_Depth.jpg new file mode 100644 index 00000000..a6324bd7 --- /dev/null +++ b/RobotData/34_ArmCam/34_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f3a874d968cdf6fa84145f25fdfff4e8124c59c80a2f40cd921b594632d1d9 +size 46014 diff --git a/RobotData/34_ArmCam/34_RGB.jpg b/RobotData/34_ArmCam/34_RGB.jpg new file mode 100644 index 00000000..ed7bcc91 --- /dev/null +++ b/RobotData/34_ArmCam/34_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c7d14f23365dc525133d03f9245b35128539b196663ebcdccc2c250aa47c06 +size 46005 diff --git a/RobotData/34_ArmCam/ArmCamPos.json b/RobotData/34_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..96d81727 --- /dev/null +++ b/RobotData/34_ArmCam/ArmCamPos.json @@ -0,0 +1,144 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/34_HeadCam/34_Depth.jpg b/RobotData/34_HeadCam/34_Depth.jpg new file mode 100644 index 00000000..52f9ad22 --- /dev/null +++ b/RobotData/34_HeadCam/34_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ffbd62859a83a2a054455632e2c9926a6c50e0dfeb9ad09d70c4f31308eed +size 51837 diff --git a/RobotData/34_HeadCam/34_RGB.jpg b/RobotData/34_HeadCam/34_RGB.jpg new file mode 100644 index 00000000..8a5ee950 --- /dev/null +++ b/RobotData/34_HeadCam/34_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b3fb821c09bf8546989aea4c7c47fab7d3fe44388f22985dad7047c4c767cd +size 51878 diff --git a/RobotData/34_HeadCam/HeadCamPos.json b/RobotData/34_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..6a82a4a1 --- /dev/null +++ b/RobotData/34_HeadCam/HeadCamPos.json @@ -0,0 +1,144 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/35_ArmCam/35_Depth.jpg b/RobotData/35_ArmCam/35_Depth.jpg new file mode 100644 index 00000000..0264799a --- /dev/null +++ b/RobotData/35_ArmCam/35_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7da4064567d1f5c9a953b9ba75baa4158a5405e97a3eb3e62208f84863c7041 +size 46028 diff --git a/RobotData/35_ArmCam/35_RGB.jpg b/RobotData/35_ArmCam/35_RGB.jpg new file mode 100644 index 00000000..06ce1c49 --- /dev/null +++ b/RobotData/35_ArmCam/35_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5412d2df0cef73c43ffad851869961a3886230474384ff9bb8f8ba31e81797c5 +size 46023 diff --git a/RobotData/35_ArmCam/ArmCamPos.json b/RobotData/35_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..34db6aa5 --- /dev/null +++ b/RobotData/35_ArmCam/ArmCamPos.json @@ -0,0 +1,148 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/35_HeadCam/35_Depth.jpg b/RobotData/35_HeadCam/35_Depth.jpg new file mode 100644 index 00000000..9d556d0e --- /dev/null +++ b/RobotData/35_HeadCam/35_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cee6e46b615ab5b74611ec4e2c7381033f0ba0014bcebd3d10a12caa6948f08 +size 51753 diff --git a/RobotData/35_HeadCam/35_RGB.jpg b/RobotData/35_HeadCam/35_RGB.jpg new file mode 100644 index 00000000..c0102ceb --- /dev/null +++ b/RobotData/35_HeadCam/35_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf1c2e9adc202296691c5c52fcc579b20d1f6744b104934be682c4c5dc41818 +size 51822 diff --git a/RobotData/35_HeadCam/HeadCamPos.json b/RobotData/35_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..796576fa --- /dev/null +++ b/RobotData/35_HeadCam/HeadCamPos.json @@ -0,0 +1,148 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/36_ArmCam/36_Depth.jpg b/RobotData/36_ArmCam/36_Depth.jpg new file mode 100644 index 00000000..dfebd1b5 --- /dev/null +++ b/RobotData/36_ArmCam/36_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06462c5913c5dda7404ec09fe9d44f53b4b0c3c24bab4822e054a3bd14dda061 +size 45816 diff --git a/RobotData/36_ArmCam/36_RGB.jpg b/RobotData/36_ArmCam/36_RGB.jpg new file mode 100644 index 00000000..a70cee64 --- /dev/null +++ b/RobotData/36_ArmCam/36_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8402ae29c3c80fc764de519710a5a2f13e8c9b33a2364e58c7a719defed9857c +size 45798 diff --git a/RobotData/36_ArmCam/ArmCamPos.json b/RobotData/36_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..cdf7c486 --- /dev/null +++ b/RobotData/36_ArmCam/ArmCamPos.json @@ -0,0 +1,152 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/36_HeadCam/36_Depth.jpg b/RobotData/36_HeadCam/36_Depth.jpg new file mode 100644 index 00000000..9d044c99 --- /dev/null +++ b/RobotData/36_HeadCam/36_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd60043cbea1f39bb987dbea2a80a1931f5483b1658f505a360164ea802924c9 +size 51744 diff --git a/RobotData/36_HeadCam/36_RGB.jpg b/RobotData/36_HeadCam/36_RGB.jpg new file mode 100644 index 00000000..c53b0980 --- /dev/null +++ b/RobotData/36_HeadCam/36_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d5310edfc89d8e7076ad8df71de5e730d356d0cf7dd4d17d31996d92538066 +size 51835 diff --git a/RobotData/36_HeadCam/HeadCamPos.json b/RobotData/36_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ce24357a --- /dev/null +++ b/RobotData/36_HeadCam/HeadCamPos.json @@ -0,0 +1,152 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/37_ArmCam/37_Depth.jpg b/RobotData/37_ArmCam/37_Depth.jpg new file mode 100644 index 00000000..ab4877e0 --- /dev/null +++ b/RobotData/37_ArmCam/37_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b1f549108f1c13c780eb66d0d678f0e0bfc6013c69b286ca190b66581f2ab9 +size 45636 diff --git a/RobotData/37_ArmCam/37_RGB.jpg b/RobotData/37_ArmCam/37_RGB.jpg new file mode 100644 index 00000000..9b2391c4 --- /dev/null +++ b/RobotData/37_ArmCam/37_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9fb3443c3fb21ea9e044cbc0ae2587c983d5cda7f88ea8fa36cbcff7bb91f0 +size 45632 diff --git a/RobotData/37_ArmCam/ArmCamPos.json b/RobotData/37_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..41c23afe --- /dev/null +++ b/RobotData/37_ArmCam/ArmCamPos.json @@ -0,0 +1,156 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/37_HeadCam/37_Depth.jpg b/RobotData/37_HeadCam/37_Depth.jpg new file mode 100644 index 00000000..a0fa8ec6 --- /dev/null +++ b/RobotData/37_HeadCam/37_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b68ef8262314ec3a75a7091460c49b7b61c76757588b6dae71a6dd2f0a9633 +size 51957 diff --git a/RobotData/37_HeadCam/37_RGB.jpg b/RobotData/37_HeadCam/37_RGB.jpg new file mode 100644 index 00000000..f8129c39 --- /dev/null +++ b/RobotData/37_HeadCam/37_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bcf74345bb69408d4e4e52c2dc81e5478f5738dbcec0aa50af32bb51e53fef +size 51967 diff --git a/RobotData/37_HeadCam/HeadCamPos.json b/RobotData/37_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..df195afb --- /dev/null +++ b/RobotData/37_HeadCam/HeadCamPos.json @@ -0,0 +1,156 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/38_ArmCam/38_Depth.jpg b/RobotData/38_ArmCam/38_Depth.jpg new file mode 100644 index 00000000..bc27f793 --- /dev/null +++ b/RobotData/38_ArmCam/38_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d0a5af35fcf8df776046d1d79b0630c20ec555753cdec2a5ef0d821abf8d9e +size 46538 diff --git a/RobotData/38_ArmCam/38_RGB.jpg b/RobotData/38_ArmCam/38_RGB.jpg new file mode 100644 index 00000000..709ddc97 --- /dev/null +++ b/RobotData/38_ArmCam/38_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a80c00e5a9543a94d80c4f594dc9efbc7cfdcbda644c7bc2c2864f7cee43d13 +size 46513 diff --git a/RobotData/38_ArmCam/ArmCamPos.json b/RobotData/38_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..af034b34 --- /dev/null +++ b/RobotData/38_ArmCam/ArmCamPos.json @@ -0,0 +1,160 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/38_HeadCam/38_Depth.jpg b/RobotData/38_HeadCam/38_Depth.jpg new file mode 100644 index 00000000..fdf8f369 --- /dev/null +++ b/RobotData/38_HeadCam/38_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1252444029531990f15e31462e2c93d3887a3b1b8a878a86dbb75ead85e08802 +size 46221 diff --git a/RobotData/38_HeadCam/38_RGB.jpg b/RobotData/38_HeadCam/38_RGB.jpg new file mode 100644 index 00000000..8eb631d7 --- /dev/null +++ b/RobotData/38_HeadCam/38_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe2c3d4316570ec99fe8697fe02c6260aad50068f6d1ec5bb87c656178b0581 +size 46721 diff --git a/RobotData/38_HeadCam/HeadCamPos.json b/RobotData/38_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..cab4268b --- /dev/null +++ b/RobotData/38_HeadCam/HeadCamPos.json @@ -0,0 +1,160 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/39_ArmCam/39_Depth.jpg b/RobotData/39_ArmCam/39_Depth.jpg new file mode 100644 index 00000000..3058a654 --- /dev/null +++ b/RobotData/39_ArmCam/39_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83158000109203aae1db567e7048de2f73e1bc5d5230cc5e2f97f189ff8e11e0 +size 44712 diff --git a/RobotData/39_ArmCam/39_RGB.jpg b/RobotData/39_ArmCam/39_RGB.jpg new file mode 100644 index 00000000..eb14dc5d --- /dev/null +++ b/RobotData/39_ArmCam/39_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282bfbd1ca3f5043f397baed180c19522f170ea40768d9f8b57ed6f659940c8a +size 44712 diff --git a/RobotData/39_ArmCam/ArmCamPos.json b/RobotData/39_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8a859573 --- /dev/null +++ b/RobotData/39_ArmCam/ArmCamPos.json @@ -0,0 +1,164 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/39_HeadCam/39_Depth.jpg b/RobotData/39_HeadCam/39_Depth.jpg new file mode 100644 index 00000000..13b03a1b --- /dev/null +++ b/RobotData/39_HeadCam/39_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41935d6c1dfa5e67e0311900474cf141abe6ec94d3478e30578b43bf5f03d98b +size 44557 diff --git a/RobotData/39_HeadCam/39_RGB.jpg b/RobotData/39_HeadCam/39_RGB.jpg new file mode 100644 index 00000000..94ef1880 --- /dev/null +++ b/RobotData/39_HeadCam/39_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f708a0034270735d043c4fe786967d8fe803cc72ab0194efb93c460a1c4c87b6 +size 44779 diff --git a/RobotData/39_HeadCam/HeadCamPos.json b/RobotData/39_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..2cdc4566 --- /dev/null +++ b/RobotData/39_HeadCam/HeadCamPos.json @@ -0,0 +1,164 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/3_ArmCam/3_Depth.jpg b/RobotData/3_ArmCam/3_Depth.jpg new file mode 100644 index 00000000..e455f936 --- /dev/null +++ b/RobotData/3_ArmCam/3_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa2f023fb9fafd5f21ce413a69a6587f6892f2a09a9f204914f7e57cf8e3ab8 +size 43840 diff --git a/RobotData/3_ArmCam/3_RGB.jpg b/RobotData/3_ArmCam/3_RGB.jpg new file mode 100644 index 00000000..561610f5 --- /dev/null +++ b/RobotData/3_ArmCam/3_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba615c3cbb7cfdd3c8884690c54a13957b8ba706d08575f9eaba8e07b1ac05b +size 43818 diff --git a/RobotData/3_ArmCam/ArmCamPos.json b/RobotData/3_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ae8e022d --- /dev/null +++ b/RobotData/3_ArmCam/ArmCamPos.json @@ -0,0 +1,20 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/3_HeadCam/3_Depth.jpg b/RobotData/3_HeadCam/3_Depth.jpg new file mode 100644 index 00000000..5d301d68 --- /dev/null +++ b/RobotData/3_HeadCam/3_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ede7181bb23404a6bea9f9d729245c0f6b0c72cda896fadd915113f243f75 +size 54799 diff --git a/RobotData/3_HeadCam/3_RGB.jpg b/RobotData/3_HeadCam/3_RGB.jpg new file mode 100644 index 00000000..3778d427 --- /dev/null +++ b/RobotData/3_HeadCam/3_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fecf9950822251401ec2187b764657c8f22c70dd312a4c2fbf1bb12eeafa66 +size 55339 diff --git a/RobotData/3_HeadCam/HeadCamPos.json b/RobotData/3_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..93cb6437 --- /dev/null +++ b/RobotData/3_HeadCam/HeadCamPos.json @@ -0,0 +1,20 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/40_ArmCam/40_Depth.jpg b/RobotData/40_ArmCam/40_Depth.jpg new file mode 100644 index 00000000..f32f37cd --- /dev/null +++ b/RobotData/40_ArmCam/40_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2d1f94a95dc7bc7292743d4f9f1ae4e4be7b0e560c873388562504cbb14a21 +size 46804 diff --git a/RobotData/40_ArmCam/40_RGB.jpg b/RobotData/40_ArmCam/40_RGB.jpg new file mode 100644 index 00000000..74267609 --- /dev/null +++ b/RobotData/40_ArmCam/40_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc603f8af69df34a3c817e6fb17929018a2ddace8c145b8c16af30e7cd89e595 +size 46782 diff --git a/RobotData/40_ArmCam/ArmCamPos.json b/RobotData/40_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8552e7a0 --- /dev/null +++ b/RobotData/40_ArmCam/ArmCamPos.json @@ -0,0 +1,168 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/40_HeadCam/40_Depth.jpg b/RobotData/40_HeadCam/40_Depth.jpg new file mode 100644 index 00000000..4877e112 --- /dev/null +++ b/RobotData/40_HeadCam/40_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dade4e1a9bce3d1bc0a3706558206a13a20ae26f622079f95d566b22f28a0548 +size 49456 diff --git a/RobotData/40_HeadCam/40_RGB.jpg b/RobotData/40_HeadCam/40_RGB.jpg new file mode 100644 index 00000000..d5becad1 --- /dev/null +++ b/RobotData/40_HeadCam/40_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91760d1086d0e9129ebe8e93ea5eeecf311bea06a95d46d0ef7dc713fe8a52b7 +size 49476 diff --git a/RobotData/40_HeadCam/HeadCamPos.json b/RobotData/40_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..4f2e6641 --- /dev/null +++ b/RobotData/40_HeadCam/HeadCamPos.json @@ -0,0 +1,168 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/41_ArmCam/41_Depth.jpg b/RobotData/41_ArmCam/41_Depth.jpg new file mode 100644 index 00000000..32a65217 --- /dev/null +++ b/RobotData/41_ArmCam/41_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8c8e8cafcfb6df785b8e31b5cf0c6c7b9932faed04654556215359a41db4ae +size 45569 diff --git a/RobotData/41_ArmCam/41_RGB.jpg b/RobotData/41_ArmCam/41_RGB.jpg new file mode 100644 index 00000000..06190a59 --- /dev/null +++ b/RobotData/41_ArmCam/41_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f975c9dc0ec3a3596594cd792502a57ac822cf8b5252f2eb347d5c7a8be0419f +size 45556 diff --git a/RobotData/41_ArmCam/ArmCamPos.json b/RobotData/41_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8e8ed5da --- /dev/null +++ b/RobotData/41_ArmCam/ArmCamPos.json @@ -0,0 +1,172 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/41_HeadCam/41_Depth.jpg b/RobotData/41_HeadCam/41_Depth.jpg new file mode 100644 index 00000000..cc9e147e --- /dev/null +++ b/RobotData/41_HeadCam/41_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6792952e32846e1b161c9a99fb49750949b9b544849735120a2766d1c69f3a4 +size 51757 diff --git a/RobotData/41_HeadCam/41_RGB.jpg b/RobotData/41_HeadCam/41_RGB.jpg new file mode 100644 index 00000000..89be1eb0 --- /dev/null +++ b/RobotData/41_HeadCam/41_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308c4d7682b697a556dc43e8b1b64d6f1c6c354fc7866e85e8b10e010a911ffb +size 51623 diff --git a/RobotData/41_HeadCam/HeadCamPos.json b/RobotData/41_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..1ca72634 --- /dev/null +++ b/RobotData/41_HeadCam/HeadCamPos.json @@ -0,0 +1,172 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/42_ArmCam/42_Depth.jpg b/RobotData/42_ArmCam/42_Depth.jpg new file mode 100644 index 00000000..1188d8c9 --- /dev/null +++ b/RobotData/42_ArmCam/42_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f8c391a40b8e5b9c0cb8ed1ebc36b011978425feba5ba1ccea2b110031fe07 +size 45520 diff --git a/RobotData/42_ArmCam/42_RGB.jpg b/RobotData/42_ArmCam/42_RGB.jpg new file mode 100644 index 00000000..be9e056f --- /dev/null +++ b/RobotData/42_ArmCam/42_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18448f925157ff5dd2fd1315543914cf78cab7d14c726d31351300fba89e208d +size 45521 diff --git a/RobotData/42_ArmCam/ArmCamPos.json b/RobotData/42_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..d8962fd7 --- /dev/null +++ b/RobotData/42_ArmCam/ArmCamPos.json @@ -0,0 +1,176 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/42_HeadCam/42_Depth.jpg b/RobotData/42_HeadCam/42_Depth.jpg new file mode 100644 index 00000000..d5e90315 --- /dev/null +++ b/RobotData/42_HeadCam/42_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86729319a3c71bdb9f0816c2d3b1daacd06ee3bc1b7691a8e1fcebe459050951 +size 51715 diff --git a/RobotData/42_HeadCam/42_RGB.jpg b/RobotData/42_HeadCam/42_RGB.jpg new file mode 100644 index 00000000..f1844b18 --- /dev/null +++ b/RobotData/42_HeadCam/42_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac329fa6ab453a4661c44e16f1599a290fb5e6af3e3de3ba6294a60482b5465 +size 51642 diff --git a/RobotData/42_HeadCam/HeadCamPos.json b/RobotData/42_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..7daaa2ed --- /dev/null +++ b/RobotData/42_HeadCam/HeadCamPos.json @@ -0,0 +1,176 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/43_ArmCam/43_Depth.jpg b/RobotData/43_ArmCam/43_Depth.jpg new file mode 100644 index 00000000..03f2530f --- /dev/null +++ b/RobotData/43_ArmCam/43_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d83c834df2bc97ad556bd74ca73b88d62fbdf51944286cf771c689307043f0 +size 45567 diff --git a/RobotData/43_ArmCam/43_RGB.jpg b/RobotData/43_ArmCam/43_RGB.jpg new file mode 100644 index 00000000..d1e6f50a --- /dev/null +++ b/RobotData/43_ArmCam/43_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7495ae15c067378e9215b78edac836ff371d5371f960750db9031e710dc15bbd +size 45587 diff --git a/RobotData/43_ArmCam/ArmCamPos.json b/RobotData/43_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..7607bdf0 --- /dev/null +++ b/RobotData/43_ArmCam/ArmCamPos.json @@ -0,0 +1,180 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/43_HeadCam/43_Depth.jpg b/RobotData/43_HeadCam/43_Depth.jpg new file mode 100644 index 00000000..0f6ced70 --- /dev/null +++ b/RobotData/43_HeadCam/43_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebcae8d15f915057f041e55b21cccaa782bc694e044d4148a8cad5038ea798b +size 51673 diff --git a/RobotData/43_HeadCam/43_RGB.jpg b/RobotData/43_HeadCam/43_RGB.jpg new file mode 100644 index 00000000..d9110ea7 --- /dev/null +++ b/RobotData/43_HeadCam/43_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e090cefe7548d102486a2c70fed0a1ae9c7ace2bda63e3ec2df1463b98e222 +size 51616 diff --git a/RobotData/43_HeadCam/HeadCamPos.json b/RobotData/43_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ef1b2a13 --- /dev/null +++ b/RobotData/43_HeadCam/HeadCamPos.json @@ -0,0 +1,180 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/44_ArmCam/44_Depth.jpg b/RobotData/44_ArmCam/44_Depth.jpg new file mode 100644 index 00000000..14382339 --- /dev/null +++ b/RobotData/44_ArmCam/44_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d37fe5edba9fe0fd85f364685df453f74c20f8a379d3ecee476c1297d10295 +size 45577 diff --git a/RobotData/44_ArmCam/44_RGB.jpg b/RobotData/44_ArmCam/44_RGB.jpg new file mode 100644 index 00000000..f5c26d3c --- /dev/null +++ b/RobotData/44_ArmCam/44_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3743a255489223f927a41491b9aa232e9ee4c953b44611d7a919192d2edfaa1d +size 45604 diff --git a/RobotData/44_ArmCam/ArmCamPos.json b/RobotData/44_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..82d47b4b --- /dev/null +++ b/RobotData/44_ArmCam/ArmCamPos.json @@ -0,0 +1,184 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/44_HeadCam/44_Depth.jpg b/RobotData/44_HeadCam/44_Depth.jpg new file mode 100644 index 00000000..58e4f876 --- /dev/null +++ b/RobotData/44_HeadCam/44_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb24f033791d719f2adc6cee1f29c012e727b406bc1a749d43c226cac779fc8e +size 51646 diff --git a/RobotData/44_HeadCam/44_RGB.jpg b/RobotData/44_HeadCam/44_RGB.jpg new file mode 100644 index 00000000..cce1bbff --- /dev/null +++ b/RobotData/44_HeadCam/44_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa4fb7504b0b129551f1de82e696b623ad38f8d0d7214104c88631ea51e4345 +size 51596 diff --git a/RobotData/44_HeadCam/HeadCamPos.json b/RobotData/44_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..d25c6ad7 --- /dev/null +++ b/RobotData/44_HeadCam/HeadCamPos.json @@ -0,0 +1,184 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/45_ArmCam/45_Depth.jpg b/RobotData/45_ArmCam/45_Depth.jpg new file mode 100644 index 00000000..5703a280 --- /dev/null +++ b/RobotData/45_ArmCam/45_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8713d2625839a9ed57e7f87b082dbc44b3ba54f99d9d22af957b2f4f9fb675 +size 45685 diff --git a/RobotData/45_ArmCam/45_RGB.jpg b/RobotData/45_ArmCam/45_RGB.jpg new file mode 100644 index 00000000..1130d608 --- /dev/null +++ b/RobotData/45_ArmCam/45_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa987f83de307fa4dc93276fb1913dd291ef8da88e0f306e90aa3833fe33c21 +size 45640 diff --git a/RobotData/45_ArmCam/ArmCamPos.json b/RobotData/45_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..cd715c8c --- /dev/null +++ b/RobotData/45_ArmCam/ArmCamPos.json @@ -0,0 +1,188 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-101.085 Y=360.004 Z=17.382 Rotation: P=-10.050597 Y=50.070177 R=-0.141894 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/45_HeadCam/45_Depth.jpg b/RobotData/45_HeadCam/45_Depth.jpg new file mode 100644 index 00000000..9025faad --- /dev/null +++ b/RobotData/45_HeadCam/45_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc74229c017071e4bcc79f6379cb5e227908be39e4d0ece6d38a8b0d71d9061f +size 51660 diff --git a/RobotData/45_HeadCam/45_RGB.jpg b/RobotData/45_HeadCam/45_RGB.jpg new file mode 100644 index 00000000..63f2cf66 --- /dev/null +++ b/RobotData/45_HeadCam/45_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7703bf01df72f252440c1851e16741fadce600eb9bdc4384188dfe26c896ffa2 +size 51582 diff --git a/RobotData/45_HeadCam/HeadCamPos.json b/RobotData/45_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..e3e9b7db --- /dev/null +++ b/RobotData/45_HeadCam/HeadCamPos.json @@ -0,0 +1,188 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-125.624 Y=318.021 Z=125.955 Rotation: P=-0.218553 Y=-39.759079 R=0.004396 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/46_ArmCam/46_Depth.jpg b/RobotData/46_ArmCam/46_Depth.jpg new file mode 100644 index 00000000..372abe8e --- /dev/null +++ b/RobotData/46_ArmCam/46_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19eb7f8d0ab45a3806b1f60dceb1d47b1d237a9a39ac6f909e9601880defe6ab +size 45633 diff --git a/RobotData/46_ArmCam/46_RGB.jpg b/RobotData/46_ArmCam/46_RGB.jpg new file mode 100644 index 00000000..5af5379d --- /dev/null +++ b/RobotData/46_ArmCam/46_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b134bae12619d9b64719c49f40969b0e59333145e149d8f0627984a9cefeda67 +size 45657 diff --git a/RobotData/46_ArmCam/ArmCamPos.json b/RobotData/46_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e2ad8592 --- /dev/null +++ b/RobotData/46_ArmCam/ArmCamPos.json @@ -0,0 +1,192 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-101.085 Y=360.004 Z=17.382 Rotation: P=-10.050597 Y=50.070177 R=-0.141894 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-101.091 Y=360.008 Z=17.383 Rotation: P=-10.049764 Y=50.095952 R=-0.141508 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/46_HeadCam/46_Depth.jpg b/RobotData/46_HeadCam/46_Depth.jpg new file mode 100644 index 00000000..0fcbe427 --- /dev/null +++ b/RobotData/46_HeadCam/46_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65705e47a2fa09d16ddeb44462c10661bdc5e2d89d29efd3feb47b4ab6666d95 +size 51630 diff --git a/RobotData/46_HeadCam/46_RGB.jpg b/RobotData/46_HeadCam/46_RGB.jpg new file mode 100644 index 00000000..9bda08c6 --- /dev/null +++ b/RobotData/46_HeadCam/46_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c282e44d571834899f96757eb83d96986c970255692e63edf0db0554a224ccf5 +size 51547 diff --git a/RobotData/46_HeadCam/HeadCamPos.json b/RobotData/46_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..4ef6ab24 --- /dev/null +++ b/RobotData/46_HeadCam/HeadCamPos.json @@ -0,0 +1,192 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-125.624 Y=318.021 Z=125.955 Rotation: P=-0.218553 Y=-39.759079 R=0.004396 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-125.626 Y=318.021 Z=125.955 Rotation: P=-0.218170 Y=-39.755902 R=0.003651 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/47_ArmCam/47_Depth.jpg b/RobotData/47_ArmCam/47_Depth.jpg new file mode 100644 index 00000000..df3e5ea1 --- /dev/null +++ b/RobotData/47_ArmCam/47_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89fa9650a5e4d223357bae2140b876d6975d4d750f4542cdc4282250552984d +size 45611 diff --git a/RobotData/47_ArmCam/47_RGB.jpg b/RobotData/47_ArmCam/47_RGB.jpg new file mode 100644 index 00000000..71cc4935 --- /dev/null +++ b/RobotData/47_ArmCam/47_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b984b2fce750580f956f6f9c52c9481ccd5c2ac2cda514edc0f6b997fa49b997 +size 45631 diff --git a/RobotData/47_ArmCam/ArmCamPos.json b/RobotData/47_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..f215b9c3 --- /dev/null +++ b/RobotData/47_ArmCam/ArmCamPos.json @@ -0,0 +1,196 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-101.085 Y=360.004 Z=17.382 Rotation: P=-10.050597 Y=50.070177 R=-0.141894 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-101.091 Y=360.008 Z=17.383 Rotation: P=-10.049764 Y=50.095952 R=-0.141508 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-101.098 Y=360.014 Z=17.382 Rotation: P=-10.050090 Y=50.123956 R=-0.143530 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/47_HeadCam/47_Depth.jpg b/RobotData/47_HeadCam/47_Depth.jpg new file mode 100644 index 00000000..8235a0d9 --- /dev/null +++ b/RobotData/47_HeadCam/47_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d5da8c77ec24c7226e20f3776220c9f08eaa6530dc8966628075c1d2198eec +size 51637 diff --git a/RobotData/47_HeadCam/47_RGB.jpg b/RobotData/47_HeadCam/47_RGB.jpg new file mode 100644 index 00000000..e8d1580f --- /dev/null +++ b/RobotData/47_HeadCam/47_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cce9aae1319362199547f4b1c0835da34d8b9828cb6f357051ac0262ffc7323 +size 51520 diff --git a/RobotData/47_HeadCam/HeadCamPos.json b/RobotData/47_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..238e81ca --- /dev/null +++ b/RobotData/47_HeadCam/HeadCamPos.json @@ -0,0 +1,196 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-125.624 Y=318.021 Z=125.955 Rotation: P=-0.218553 Y=-39.759079 R=0.004396 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-125.626 Y=318.021 Z=125.955 Rotation: P=-0.218170 Y=-39.755902 R=0.003651 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-125.623 Y=318.019 Z=125.954 Rotation: P=-0.220160 Y=-39.751550 R=0.004061 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/48_ArmCam/48_Depth.jpg b/RobotData/48_ArmCam/48_Depth.jpg new file mode 100644 index 00000000..32349ae6 --- /dev/null +++ b/RobotData/48_ArmCam/48_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0dddf6d6d85802ebfe8910edb1a73d9ebdc2bfa2f423ec8301c4627a728796 +size 45660 diff --git a/RobotData/48_ArmCam/48_RGB.jpg b/RobotData/48_ArmCam/48_RGB.jpg new file mode 100644 index 00000000..18bd9c17 --- /dev/null +++ b/RobotData/48_ArmCam/48_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff82f9d36a8f23d6fd8c9eedbe1d02951173a2fafc0863ee2f887cf0b7b3365e +size 45626 diff --git a/RobotData/48_ArmCam/ArmCamPos.json b/RobotData/48_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..cd6e8fad --- /dev/null +++ b/RobotData/48_ArmCam/ArmCamPos.json @@ -0,0 +1,200 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-101.085 Y=360.004 Z=17.382 Rotation: P=-10.050597 Y=50.070177 R=-0.141894 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-101.091 Y=360.008 Z=17.383 Rotation: P=-10.049764 Y=50.095952 R=-0.141508 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-101.098 Y=360.014 Z=17.382 Rotation: P=-10.050090 Y=50.123956 R=-0.143530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-101.104 Y=360.019 Z=17.382 Rotation: P=-10.049704 Y=50.145567 R=-0.143556 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/48_HeadCam/48_Depth.jpg b/RobotData/48_HeadCam/48_Depth.jpg new file mode 100644 index 00000000..c92b7acc --- /dev/null +++ b/RobotData/48_HeadCam/48_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5119eb3f8a3cd1f6dade5529f1ff4d59d1e1a1c81422e5778345dcc014a36bc +size 51606 diff --git a/RobotData/48_HeadCam/48_RGB.jpg b/RobotData/48_HeadCam/48_RGB.jpg new file mode 100644 index 00000000..d8e6d42d --- /dev/null +++ b/RobotData/48_HeadCam/48_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aa0b33d9885ed5461745a242e2072b308e5dec84e3fc5cd13cbf1a3f275fba +size 51486 diff --git a/RobotData/48_HeadCam/HeadCamPos.json b/RobotData/48_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..8ba5a814 --- /dev/null +++ b/RobotData/48_HeadCam/HeadCamPos.json @@ -0,0 +1,200 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-125.624 Y=318.021 Z=125.955 Rotation: P=-0.218553 Y=-39.759079 R=0.004396 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-125.626 Y=318.021 Z=125.955 Rotation: P=-0.218170 Y=-39.755902 R=0.003651 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-125.623 Y=318.019 Z=125.954 Rotation: P=-0.220160 Y=-39.751550 R=0.004061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-125.624 Y=318.020 Z=125.954 Rotation: P=-0.220182 Y=-39.747324 R=0.003742 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/49_ArmCam/49_Depth.jpg b/RobotData/49_ArmCam/49_Depth.jpg new file mode 100644 index 00000000..91930946 --- /dev/null +++ b/RobotData/49_ArmCam/49_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64555d6a3713958c96c74262983cc56e42563f4380829aad9216ffcc94bbb2ef +size 45586 diff --git a/RobotData/49_ArmCam/49_RGB.jpg b/RobotData/49_ArmCam/49_RGB.jpg new file mode 100644 index 00000000..b83b6f1b --- /dev/null +++ b/RobotData/49_ArmCam/49_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84090a2833b2759749d1153d6516ea097d1d3e02b5e8c8344f1a0d043a2b535c +size 45605 diff --git a/RobotData/49_ArmCam/ArmCamPos.json b/RobotData/49_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..015b07ad --- /dev/null +++ b/RobotData/49_ArmCam/ArmCamPos.json @@ -0,0 +1,204 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-103.884 Y=320.376 Z=17.385 Rotation: P=-10.042142 Y=7.831744 R=-0.150739 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-110.913 Y=336.961 Z=17.410 Rotation: P=-10.007225 Y=32.148860 R=-0.153522 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-120.319 Y=346.679 Z=17.410 Rotation: P=-10.007490 Y=50.281384 R=-0.151450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-136.601 Y=354.233 Z=17.398 Rotation: P=-10.019767 Y=74.384645 R=-0.158494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-154.518 Y=354.498 Z=17.378 Rotation: P=-10.055258 Y=98.411375 R=-0.139927 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-167.126 Y=349.863 Z=17.386 Rotation: P=-10.045359 Y=116.371831 R=-0.138391 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-171.793 Y=346.802 Z=17.376 Rotation: P=-10.051844 Y=124.034906 R=-0.151779 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-171.662 Y=346.891 Z=17.367 Rotation: P=-10.056454 Y=123.911751 R=-0.168636 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-171.651 Y=346.898 Z=17.366 Rotation: P=-10.057900 Y=123.852253 R=-0.168387 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-171.639 Y=346.907 Z=17.365 Rotation: P=-10.057813 Y=123.791300 R=-0.171664 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-171.630 Y=346.913 Z=17.364 Rotation: P=-10.058993 Y=123.745235 R=-0.171310 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-171.624 Y=346.917 Z=17.365 Rotation: P=-10.058214 Y=123.718292 R=-0.170775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-171.618 Y=346.921 Z=17.364 Rotation: P=-10.059245 Y=123.690275 R=-0.170875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-171.613 Y=346.924 Z=17.364 Rotation: P=-10.059280 Y=123.674047 R=-0.171797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-171.564 Y=346.956 Z=17.363 Rotation: P=-10.056972 Y=123.661791 R=-0.179390 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-171.289 Y=347.130 Z=17.394 Rotation: P=-10.033414 Y=123.649094 R=-0.143275 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-170.742 Y=347.505 Z=17.359 Rotation: P=-10.061734 Y=123.647224 R=-0.181327 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-170.176 Y=347.878 Z=17.384 Rotation: P=-10.048700 Y=123.634357 R=-0.140187 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-169.181 Y=348.544 Z=17.370 Rotation: P=-10.057544 Y=123.632473 R=-0.160085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-168.264 Y=349.155 Z=17.361 Rotation: P=-10.060085 Y=123.632702 R=-0.178986 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-166.827 Y=350.109 Z=17.379 Rotation: P=-10.052859 Y=123.621091 R=-0.145450 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-165.570 Y=350.937 Z=17.396 Rotation: P=-10.025654 Y=123.619089 R=-0.152085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-163.683 Y=352.200 Z=17.389 Rotation: P=-10.046100 Y=123.610733 R=-0.131140 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-161.519 Y=353.632 Z=17.395 Rotation: P=-10.021628 Y=123.613039 R=-0.164419 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-159.743 Y=354.817 Z=17.398 Rotation: P=-10.030777 Y=123.604792 R=-0.137904 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-157.142 Y=356.553 Z=17.391 Rotation: P=-10.043381 Y=123.598310 R=-0.130259 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-154.267 Y=358.465 Z=17.371 Rotation: P=-10.043787 Y=123.604840 R=-0.182691 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-151.958 Y=360.008 Z=17.365 Rotation: P=-10.061565 Y=123.596763 R=-0.163909 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-136.491 Y=367.203 Z=17.387 Rotation: P=-10.053678 Y=100.697494 R=-0.120791 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-118.626 Y=367.598 Z=17.392 Rotation: P=-10.033639 Y=76.364363 R=-0.130548 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-105.977 Y=363.036 Z=17.380 Rotation: P=-10.059509 Y=58.185414 R=-0.126460 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-101.037 Y=359.964 Z=17.381 Rotation: P=-10.051161 Y=49.821767 R=-0.143775 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-101.055 Y=359.978 Z=17.384 Rotation: P=-10.048542 Y=49.914466 R=-0.140417 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-101.067 Y=359.989 Z=17.381 Rotation: P=-10.051304 Y=49.985609 R=-0.143764 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-101.075 Y=359.995 Z=17.382 Rotation: P=-10.049612 Y=50.026991 R=-0.144016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-101.085 Y=360.004 Z=17.382 Rotation: P=-10.050597 Y=50.070177 R=-0.141894 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-101.091 Y=360.008 Z=17.383 Rotation: P=-10.049764 Y=50.095952 R=-0.141508 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-101.098 Y=360.014 Z=17.382 Rotation: P=-10.050090 Y=50.123956 R=-0.143530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-101.104 Y=360.019 Z=17.382 Rotation: P=-10.049704 Y=50.145567 R=-0.143556 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-101.108 Y=360.022 Z=17.382 Rotation: P=-10.050034 Y=50.158699 R=-0.143035 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/49_HeadCam/49_Depth.jpg b/RobotData/49_HeadCam/49_Depth.jpg new file mode 100644 index 00000000..c726ef34 --- /dev/null +++ b/RobotData/49_HeadCam/49_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52746c0a8556c851da35cecd4fc61bfa4e24535080a13aa40750e48f3a3207bd +size 51589 diff --git a/RobotData/49_HeadCam/49_RGB.jpg b/RobotData/49_HeadCam/49_RGB.jpg new file mode 100644 index 00000000..51059763 --- /dev/null +++ b/RobotData/49_HeadCam/49_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3603d3edb9285dcdc535bf4bc6f6b6ca1a7c4df0775242e844387bfdbc6e2f +size 51480 diff --git a/RobotData/49_HeadCam/HeadCamPos.json b/RobotData/49_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..0078af91 --- /dev/null +++ b/RobotData/49_HeadCam/HeadCamPos.json @@ -0,0 +1,204 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-150.247 Y=305.658 Z=125.950 Rotation: P=-0.227223 Y=-81.814771 R=-0.004815 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-147.255 Y=304.521 Z=125.945 Rotation: P=-0.229898 Y=-57.716079 R=-0.038874 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-144.809 Y=304.567 Z=125.946 Rotation: P=-0.227911 Y=-39.661992 R=-0.038291 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-141.775 Y=305.813 Z=125.944 Rotation: P=-0.234884 Y=-15.614727 R=-0.025796 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-139.583 Y=308.225 Z=125.956 Rotation: P=-0.216599 Y=8.396387 R=0.009767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-138.648 Y=310.430 Z=125.956 Rotation: P=-0.215090 Y=26.350398 R=-0.000107 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-138.453 Y=311.383 Z=125.950 Rotation: P=-0.228229 Y=33.675683 R=0.007719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-138.321 Y=311.482 Z=125.942 Rotation: P=-0.244824 Y=33.673720 R=0.011903 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-138.322 Y=311.484 Z=125.942 Rotation: P=-0.244586 Y=33.672600 R=0.013099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.940 Rotation: P=-0.247826 Y=33.671109 R=0.012762 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-138.315 Y=311.490 Z=125.941 Rotation: P=-0.247486 Y=33.669578 R=0.013749 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-138.314 Y=311.488 Z=125.941 Rotation: P=-0.246966 Y=33.668437 R=0.012859 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-138.313 Y=311.491 Z=125.941 Rotation: P=-0.247070 Y=33.666935 R=0.013776 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-138.311 Y=311.492 Z=125.940 Rotation: P=-0.247982 Y=33.665793 R=0.013745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-138.249 Y=311.527 Z=125.936 Rotation: P=-0.255461 Y=33.665668 R=0.011379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-138.007 Y=311.626 Z=125.953 Rotation: P=-0.219896 Y=33.666654 R=-0.012204 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-137.433 Y=312.082 Z=125.936 Rotation: P=-0.257372 Y=33.662987 R=0.016085 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-136.919 Y=312.390 Z=125.956 Rotation: P=-0.216860 Y=33.660435 R=0.003053 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-135.904 Y=313.089 Z=125.946 Rotation: P=-0.236456 Y=33.657906 R=0.011878 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-134.962 Y=313.723 Z=125.937 Rotation: P=-0.255069 Y=33.656509 R=0.014403 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-133.572 Y=314.629 Z=125.953 Rotation: P=-0.222044 Y=33.652493 R=0.007186 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-132.278 Y=315.418 Z=125.948 Rotation: P=-0.228563 Y=33.651036 R=-0.020029 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-130.448 Y=316.690 Z=125.960 Rotation: P=-0.207950 Y=33.646764 R=0.000427 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-128.207 Y=318.116 Z=125.941 Rotation: P=-0.240706 Y=33.644631 R=-0.024069 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-126.484 Y=319.287 Z=125.955 Rotation: P=-0.214600 Y=33.641150 R=-0.014905 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-123.911 Y=321.031 Z=125.960 Rotation: P=-0.207081 Y=33.636500 R=-0.002298 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-120.957 Y=322.997 Z=125.934 Rotation: P=-0.258710 Y=33.633938 R=-0.001923 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-118.699 Y=324.546 Z=125.944 Rotation: P=-0.240226 Y=33.629666 R=0.015863 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-119.838 Y=321.519 Z=125.963 Rotation: P=-0.197737 Y=10.546885 R=0.008662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-122.210 Y=319.067 Z=125.958 Rotation: P=-0.207380 Y=-13.698953 R=-0.011673 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-124.474 Y=318.080 Z=125.963 Rotation: P=-0.203338 Y=-31.829177 R=0.014021 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-125.620 Y=318.014 Z=125.954 Rotation: P=-0.220425 Y=-39.774862 R=0.004059 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-125.629 Y=318.016 Z=125.955 Rotation: P=-0.217098 Y=-39.770758 R=0.001802 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-125.620 Y=318.017 Z=125.954 Rotation: P=-0.220403 Y=-39.766423 R=0.004800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-125.622 Y=318.015 Z=125.954 Rotation: P=-0.220642 Y=-39.763297 R=0.003254 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-125.624 Y=318.021 Z=125.955 Rotation: P=-0.218553 Y=-39.759079 R=0.004396 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-125.626 Y=318.021 Z=125.955 Rotation: P=-0.218170 Y=-39.755902 R=0.003651 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-125.623 Y=318.019 Z=125.954 Rotation: P=-0.220160 Y=-39.751550 R=0.004061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-125.624 Y=318.020 Z=125.954 Rotation: P=-0.220182 Y=-39.747324 R=0.003742 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-125.624 Y=318.022 Z=125.954 Rotation: P=-0.219670 Y=-39.744094 R=0.004112 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/4_ArmCam/4_Depth.jpg b/RobotData/4_ArmCam/4_Depth.jpg new file mode 100644 index 00000000..c543a259 --- /dev/null +++ b/RobotData/4_ArmCam/4_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdf8027905d6f4b13d923333ffacbeb13ba32211cc3020816027076a2a198c9 +size 43817 diff --git a/RobotData/4_ArmCam/4_RGB.jpg b/RobotData/4_ArmCam/4_RGB.jpg new file mode 100644 index 00000000..81f1b004 --- /dev/null +++ b/RobotData/4_ArmCam/4_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eb009c3a2e117be0566e2c630f2a529b682d03911b4daa0039595212b017e7 +size 43805 diff --git a/RobotData/4_ArmCam/ArmCamPos.json b/RobotData/4_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8c85895b --- /dev/null +++ b/RobotData/4_ArmCam/ArmCamPos.json @@ -0,0 +1,24 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/4_HeadCam/4_Depth.jpg b/RobotData/4_HeadCam/4_Depth.jpg new file mode 100644 index 00000000..c952fe67 --- /dev/null +++ b/RobotData/4_HeadCam/4_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786a5e52b834a67abacff4a936c21eb4edf95553307ad86f3c22dbfbb24e59dc +size 54817 diff --git a/RobotData/4_HeadCam/4_RGB.jpg b/RobotData/4_HeadCam/4_RGB.jpg new file mode 100644 index 00000000..df0ebed2 --- /dev/null +++ b/RobotData/4_HeadCam/4_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fe1a426cf6bdacbbd5803a7f55561a5bce5d83de8cbe720adb66b5180e0ec2 +size 55370 diff --git a/RobotData/4_HeadCam/HeadCamPos.json b/RobotData/4_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..bf91f2c9 --- /dev/null +++ b/RobotData/4_HeadCam/HeadCamPos.json @@ -0,0 +1,24 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/50_ArmCam/50_Depth.jpg b/RobotData/50_ArmCam/50_Depth.jpg new file mode 100644 index 00000000..ef74e3d1 --- /dev/null +++ b/RobotData/50_ArmCam/50_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6b56efe848c904d148a9ba0293e807163ad9b108a3bde87ac1a1e4769befab +size 44555 diff --git a/RobotData/50_ArmCam/50_RGB.jpg b/RobotData/50_ArmCam/50_RGB.jpg new file mode 100644 index 00000000..1f3486ec --- /dev/null +++ b/RobotData/50_ArmCam/50_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0be6670199049db60e670e317e07c91c719408f398ac20ef39e9c5bda50082c +size 44592 diff --git a/RobotData/50_ArmCam/ArmCamPos.json b/RobotData/50_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..67178604 --- /dev/null +++ b/RobotData/50_ArmCam/ArmCamPos.json @@ -0,0 +1,208 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/50_HeadCam/50_Depth.jpg b/RobotData/50_HeadCam/50_Depth.jpg new file mode 100644 index 00000000..f7daf6c2 --- /dev/null +++ b/RobotData/50_HeadCam/50_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141228df75b2e99fb04fce3a61960300532f46dc522cffc3ecdc954c78445178 +size 44697 diff --git a/RobotData/50_HeadCam/50_RGB.jpg b/RobotData/50_HeadCam/50_RGB.jpg new file mode 100644 index 00000000..6f21adc8 --- /dev/null +++ b/RobotData/50_HeadCam/50_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251a55ddb4c15a01f6d9931d943881f3035aebc4d763af61bdd497c880b9e0c8 +size 44795 diff --git a/RobotData/50_HeadCam/HeadCamPos.json b/RobotData/50_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..9ea40f0f --- /dev/null +++ b/RobotData/50_HeadCam/HeadCamPos.json @@ -0,0 +1,208 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/51_ArmCam/51_Depth.jpg b/RobotData/51_ArmCam/51_Depth.jpg new file mode 100644 index 00000000..273701c2 --- /dev/null +++ b/RobotData/51_ArmCam/51_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeb099a05bf1bfa21ac0bc2cd825b487928e1df8072f6af986a408b8f3dd046 +size 44575 diff --git a/RobotData/51_ArmCam/51_RGB.jpg b/RobotData/51_ArmCam/51_RGB.jpg new file mode 100644 index 00000000..e9958ff3 --- /dev/null +++ b/RobotData/51_ArmCam/51_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067b4cc039ded9dded5f35c936e50c5b11378316e68ca98bc000ebfc2c701f60 +size 44589 diff --git a/RobotData/51_ArmCam/ArmCamPos.json b/RobotData/51_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..c3bbb091 --- /dev/null +++ b/RobotData/51_ArmCam/ArmCamPos.json @@ -0,0 +1,212 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/51_HeadCam/51_Depth.jpg b/RobotData/51_HeadCam/51_Depth.jpg new file mode 100644 index 00000000..3e518714 --- /dev/null +++ b/RobotData/51_HeadCam/51_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acdd77b3783e9bad2fb5cfe2d5647d91a546b8d5b4356fce874a571d7424bff +size 44712 diff --git a/RobotData/51_HeadCam/51_RGB.jpg b/RobotData/51_HeadCam/51_RGB.jpg new file mode 100644 index 00000000..cd2b617f --- /dev/null +++ b/RobotData/51_HeadCam/51_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370de96e93ba05922382e811d9144b1fc6092349b71d4f5427b03c48f65b5954 +size 44819 diff --git a/RobotData/51_HeadCam/HeadCamPos.json b/RobotData/51_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..551ba5cb --- /dev/null +++ b/RobotData/51_HeadCam/HeadCamPos.json @@ -0,0 +1,212 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/52_ArmCam/52_Depth.jpg b/RobotData/52_ArmCam/52_Depth.jpg new file mode 100644 index 00000000..10c7de4b --- /dev/null +++ b/RobotData/52_ArmCam/52_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896703a523213d22370553fbb96a49f2aeececa5aef40ba7ed3de195d24234ba +size 44604 diff --git a/RobotData/52_ArmCam/52_RGB.jpg b/RobotData/52_ArmCam/52_RGB.jpg new file mode 100644 index 00000000..2cad06e7 --- /dev/null +++ b/RobotData/52_ArmCam/52_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1d779cc11fc8f8d93616d112685503b0c2193c8460f289adba3c9e23d13bdb +size 44576 diff --git a/RobotData/52_ArmCam/ArmCamPos.json b/RobotData/52_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..4766a493 --- /dev/null +++ b/RobotData/52_ArmCam/ArmCamPos.json @@ -0,0 +1,216 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/52_HeadCam/52_Depth.jpg b/RobotData/52_HeadCam/52_Depth.jpg new file mode 100644 index 00000000..2879f463 --- /dev/null +++ b/RobotData/52_HeadCam/52_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483e58df67ea8d0a31aba539fca7884d8220c1a1598f8a30d025c8506f455b0b +size 44659 diff --git a/RobotData/52_HeadCam/52_RGB.jpg b/RobotData/52_HeadCam/52_RGB.jpg new file mode 100644 index 00000000..49b2aea0 --- /dev/null +++ b/RobotData/52_HeadCam/52_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64b98a2cfd93bc07dae5c484c629449379002240e59fc9f60fa93e07c02bbd0 +size 44795 diff --git a/RobotData/52_HeadCam/HeadCamPos.json b/RobotData/52_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ed208d6c --- /dev/null +++ b/RobotData/52_HeadCam/HeadCamPos.json @@ -0,0 +1,216 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/53_ArmCam/53_Depth.jpg b/RobotData/53_ArmCam/53_Depth.jpg new file mode 100644 index 00000000..b409e12b --- /dev/null +++ b/RobotData/53_ArmCam/53_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43ba40641d0be0ca4247551da7c198f4cc528f978fd0a5e2fba26365585ceeb +size 44542 diff --git a/RobotData/53_ArmCam/53_RGB.jpg b/RobotData/53_ArmCam/53_RGB.jpg new file mode 100644 index 00000000..4e3f9cfb --- /dev/null +++ b/RobotData/53_ArmCam/53_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470484646ce8d5a5acc478b6d16792e41611f448f7d7aa81348faf74a0bc8b8b +size 44569 diff --git a/RobotData/53_ArmCam/ArmCamPos.json b/RobotData/53_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..668fcb76 --- /dev/null +++ b/RobotData/53_ArmCam/ArmCamPos.json @@ -0,0 +1,220 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/53_HeadCam/53_Depth.jpg b/RobotData/53_HeadCam/53_Depth.jpg new file mode 100644 index 00000000..f83f912a --- /dev/null +++ b/RobotData/53_HeadCam/53_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247110a531cd73759e58bc8d9fa2ee14a8275d883897ee57b189df6a2fb94e46 +size 44687 diff --git a/RobotData/53_HeadCam/53_RGB.jpg b/RobotData/53_HeadCam/53_RGB.jpg new file mode 100644 index 00000000..ba8355b6 --- /dev/null +++ b/RobotData/53_HeadCam/53_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6564c37c126e173ce2687776108600fa8aea48eb3b36f5ed012c4e71fecbeae5 +size 44827 diff --git a/RobotData/53_HeadCam/HeadCamPos.json b/RobotData/53_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b66e2017 --- /dev/null +++ b/RobotData/53_HeadCam/HeadCamPos.json @@ -0,0 +1,220 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/54_ArmCam/54_Depth.jpg b/RobotData/54_ArmCam/54_Depth.jpg new file mode 100644 index 00000000..b8489448 --- /dev/null +++ b/RobotData/54_ArmCam/54_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adff81769a53f3b7f9b06b9bd24fb0ceb0c19f55bbf495ce48602e762dfc8d02 +size 44565 diff --git a/RobotData/54_ArmCam/54_RGB.jpg b/RobotData/54_ArmCam/54_RGB.jpg new file mode 100644 index 00000000..a14aadf5 --- /dev/null +++ b/RobotData/54_ArmCam/54_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab7cfd8f5a790d4fd2dc850e5f8d0638bcaf83127d1c2ed202e630d7f75b1e0 +size 44621 diff --git a/RobotData/54_ArmCam/ArmCamPos.json b/RobotData/54_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..15c238b1 --- /dev/null +++ b/RobotData/54_ArmCam/ArmCamPos.json @@ -0,0 +1,224 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/54_HeadCam/54_Depth.jpg b/RobotData/54_HeadCam/54_Depth.jpg new file mode 100644 index 00000000..b65f35e0 --- /dev/null +++ b/RobotData/54_HeadCam/54_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb4409372a95428dbc2bc0ab625abb29be8317c0a7c03a0e587929ef06d331 +size 44757 diff --git a/RobotData/54_HeadCam/54_RGB.jpg b/RobotData/54_HeadCam/54_RGB.jpg new file mode 100644 index 00000000..853bcb50 --- /dev/null +++ b/RobotData/54_HeadCam/54_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5242b7190651fc9d9d934f188fbfdf580ae25a3fbb27a906ffd9741b4d504531 +size 44829 diff --git a/RobotData/54_HeadCam/HeadCamPos.json b/RobotData/54_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..863464a2 --- /dev/null +++ b/RobotData/54_HeadCam/HeadCamPos.json @@ -0,0 +1,224 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/55_ArmCam/55_Depth.jpg b/RobotData/55_ArmCam/55_Depth.jpg new file mode 100644 index 00000000..ae188c54 --- /dev/null +++ b/RobotData/55_ArmCam/55_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6c5f146d480c5f9f98f2e765df3ae4d2c28ecc8dc5c2ee0fb4764ad15d804e +size 44622 diff --git a/RobotData/55_ArmCam/55_RGB.jpg b/RobotData/55_ArmCam/55_RGB.jpg new file mode 100644 index 00000000..7dadea9f --- /dev/null +++ b/RobotData/55_ArmCam/55_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06efe8b78044235523642760d1a77e8cbc1199862250b98750002421e9e5ba9a +size 44619 diff --git a/RobotData/55_ArmCam/ArmCamPos.json b/RobotData/55_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..819af1a8 --- /dev/null +++ b/RobotData/55_ArmCam/ArmCamPos.json @@ -0,0 +1,228 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/55_HeadCam/55_Depth.jpg b/RobotData/55_HeadCam/55_Depth.jpg new file mode 100644 index 00000000..89ba6bdf --- /dev/null +++ b/RobotData/55_HeadCam/55_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42900c9768a4d69324ece829e5c03ea38ce4a6f5bd6c93dd5033732581f15ee +size 44670 diff --git a/RobotData/55_HeadCam/55_RGB.jpg b/RobotData/55_HeadCam/55_RGB.jpg new file mode 100644 index 00000000..9dc14dde --- /dev/null +++ b/RobotData/55_HeadCam/55_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144a22dad3851c54487e9f355db7ebac72325fefb81d1a75faa3ea62aeeed970 +size 44808 diff --git a/RobotData/55_HeadCam/HeadCamPos.json b/RobotData/55_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..9e808866 --- /dev/null +++ b/RobotData/55_HeadCam/HeadCamPos.json @@ -0,0 +1,228 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/56_ArmCam/56_Depth.jpg b/RobotData/56_ArmCam/56_Depth.jpg new file mode 100644 index 00000000..bb41840e --- /dev/null +++ b/RobotData/56_ArmCam/56_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d023800c66277daf305c3546542996e68d79e503097c5f12474c67871ed81b +size 44573 diff --git a/RobotData/56_ArmCam/56_RGB.jpg b/RobotData/56_ArmCam/56_RGB.jpg new file mode 100644 index 00000000..3bd79ed5 --- /dev/null +++ b/RobotData/56_ArmCam/56_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff080a2b850539c39af1ae33f7fd52a26a64d35de641dfe32f775f0e9c444c5a +size 44579 diff --git a/RobotData/56_ArmCam/ArmCamPos.json b/RobotData/56_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..aa49563e --- /dev/null +++ b/RobotData/56_ArmCam/ArmCamPos.json @@ -0,0 +1,232 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/56_HeadCam/56_Depth.jpg b/RobotData/56_HeadCam/56_Depth.jpg new file mode 100644 index 00000000..6ed47c78 --- /dev/null +++ b/RobotData/56_HeadCam/56_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b43cbcc1c37599db25a731314bbf59212bf7660604d17cae934ac24d699847 +size 44695 diff --git a/RobotData/56_HeadCam/56_RGB.jpg b/RobotData/56_HeadCam/56_RGB.jpg new file mode 100644 index 00000000..315e0ead --- /dev/null +++ b/RobotData/56_HeadCam/56_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8927b811cb20badd57f9fe0f8cd913b03dfd53b514d576b0e4bf7ba637710471 +size 44819 diff --git a/RobotData/56_HeadCam/HeadCamPos.json b/RobotData/56_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..d6d84f17 --- /dev/null +++ b/RobotData/56_HeadCam/HeadCamPos.json @@ -0,0 +1,232 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/57_ArmCam/57_Depth.jpg b/RobotData/57_ArmCam/57_Depth.jpg new file mode 100644 index 00000000..6796fd1f --- /dev/null +++ b/RobotData/57_ArmCam/57_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b35ce32f39d6a86008327fc06dd6549fce7787437613f9eedd21f0d0be4ec74 +size 44549 diff --git a/RobotData/57_ArmCam/57_RGB.jpg b/RobotData/57_ArmCam/57_RGB.jpg new file mode 100644 index 00000000..fe94b145 --- /dev/null +++ b/RobotData/57_ArmCam/57_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490d67ead912f880a8fb2fff91fa103ad6f46f5615e739387913a7fb3a037a14 +size 44583 diff --git a/RobotData/57_ArmCam/ArmCamPos.json b/RobotData/57_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..97a718ef --- /dev/null +++ b/RobotData/57_ArmCam/ArmCamPos.json @@ -0,0 +1,236 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/57_HeadCam/57_Depth.jpg b/RobotData/57_HeadCam/57_Depth.jpg new file mode 100644 index 00000000..305f607f --- /dev/null +++ b/RobotData/57_HeadCam/57_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba053c667ea62d648ff81c2329c7faf5605f7650822900a89368fa44489b5743 +size 44686 diff --git a/RobotData/57_HeadCam/57_RGB.jpg b/RobotData/57_HeadCam/57_RGB.jpg new file mode 100644 index 00000000..6cc7d515 --- /dev/null +++ b/RobotData/57_HeadCam/57_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6765fa6b9d80d205b5026bc5342c66dc9d35e29860616cedacf95e8bbbbab2e5 +size 44840 diff --git a/RobotData/57_HeadCam/HeadCamPos.json b/RobotData/57_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..58f4da9d --- /dev/null +++ b/RobotData/57_HeadCam/HeadCamPos.json @@ -0,0 +1,236 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/58_ArmCam/58_Depth.jpg b/RobotData/58_ArmCam/58_Depth.jpg new file mode 100644 index 00000000..d918d2d7 --- /dev/null +++ b/RobotData/58_ArmCam/58_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c9ed8c2bd1b8eeed8aa0164d74d2d0f3da2192d8e0c0e96ba07a73b8dce783 +size 44526 diff --git a/RobotData/58_ArmCam/58_RGB.jpg b/RobotData/58_ArmCam/58_RGB.jpg new file mode 100644 index 00000000..0060f960 --- /dev/null +++ b/RobotData/58_ArmCam/58_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e083d8d1d690fcecf6a85a53a56c8ee9850a05824e3a3be2786c3b60917613 +size 44531 diff --git a/RobotData/58_ArmCam/ArmCamPos.json b/RobotData/58_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..58948849 --- /dev/null +++ b/RobotData/58_ArmCam/ArmCamPos.json @@ -0,0 +1,240 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/58_HeadCam/58_Depth.jpg b/RobotData/58_HeadCam/58_Depth.jpg new file mode 100644 index 00000000..10eae06d --- /dev/null +++ b/RobotData/58_HeadCam/58_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3ccc9e5e510bfb2f34b97728e558556d393db558128d011510d69124cf812c +size 44748 diff --git a/RobotData/58_HeadCam/58_RGB.jpg b/RobotData/58_HeadCam/58_RGB.jpg new file mode 100644 index 00000000..b07a066a --- /dev/null +++ b/RobotData/58_HeadCam/58_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca23767947a4c0c413469f6abd1edf8e7e377da6917b094e361764ad5647b409 +size 44861 diff --git a/RobotData/58_HeadCam/HeadCamPos.json b/RobotData/58_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..271b2dce --- /dev/null +++ b/RobotData/58_HeadCam/HeadCamPos.json @@ -0,0 +1,240 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/59_ArmCam/59_Depth.jpg b/RobotData/59_ArmCam/59_Depth.jpg new file mode 100644 index 00000000..038a7dbb --- /dev/null +++ b/RobotData/59_ArmCam/59_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702e9465fd3bb43d481ba328f497b02e87b170fc8d2748ee9cc4573300dbb525 +size 44581 diff --git a/RobotData/59_ArmCam/59_RGB.jpg b/RobotData/59_ArmCam/59_RGB.jpg new file mode 100644 index 00000000..aa7f31f7 --- /dev/null +++ b/RobotData/59_ArmCam/59_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183420132448c4d94fdc396aa4487233120750026a62e3b257155b06d878126e +size 44581 diff --git a/RobotData/59_ArmCam/ArmCamPos.json b/RobotData/59_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..4f97efcd --- /dev/null +++ b/RobotData/59_ArmCam/ArmCamPos.json @@ -0,0 +1,244 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/59_HeadCam/59_Depth.jpg b/RobotData/59_HeadCam/59_Depth.jpg new file mode 100644 index 00000000..8fc55d8b --- /dev/null +++ b/RobotData/59_HeadCam/59_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732b7b5405262405d9a8f39a8aad5b8cc91bff102f686077b477cfc75a86425e +size 44751 diff --git a/RobotData/59_HeadCam/59_RGB.jpg b/RobotData/59_HeadCam/59_RGB.jpg new file mode 100644 index 00000000..7f7a2676 --- /dev/null +++ b/RobotData/59_HeadCam/59_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cf7cdfb96ccca8ebfaaf2079fcbd0c156fb1d8dc12b2f436fe2444bb4810e0 +size 44842 diff --git a/RobotData/59_HeadCam/HeadCamPos.json b/RobotData/59_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..95dc410e --- /dev/null +++ b/RobotData/59_HeadCam/HeadCamPos.json @@ -0,0 +1,244 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/5_ArmCam/5_Depth.jpg b/RobotData/5_ArmCam/5_Depth.jpg new file mode 100644 index 00000000..fb419cc6 --- /dev/null +++ b/RobotData/5_ArmCam/5_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0404b4b1d8333524c7b0f7e2a1b9aaa456e290cfe68dc61af10acba23bf8b7 +size 43793 diff --git a/RobotData/5_ArmCam/5_RGB.jpg b/RobotData/5_ArmCam/5_RGB.jpg new file mode 100644 index 00000000..3f8f1827 --- /dev/null +++ b/RobotData/5_ArmCam/5_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f904fcd60df3882c54ffd67abc1436eb22e7c30586cb95daeaf817afc7280a05 +size 43790 diff --git a/RobotData/5_ArmCam/ArmCamPos.json b/RobotData/5_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..95659e42 --- /dev/null +++ b/RobotData/5_ArmCam/ArmCamPos.json @@ -0,0 +1,28 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/5_HeadCam/5_Depth.jpg b/RobotData/5_HeadCam/5_Depth.jpg new file mode 100644 index 00000000..bcaddd21 --- /dev/null +++ b/RobotData/5_HeadCam/5_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7a01f6736ebdbb996815f4ca185c73f23aec381674aae5ef88c9bf1245ed53 +size 54907 diff --git a/RobotData/5_HeadCam/5_RGB.jpg b/RobotData/5_HeadCam/5_RGB.jpg new file mode 100644 index 00000000..c7fff6bb --- /dev/null +++ b/RobotData/5_HeadCam/5_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe35291c5fb4d6e4655e07598e59457feae035b70e00780843ee89156d144592 +size 55443 diff --git a/RobotData/5_HeadCam/HeadCamPos.json b/RobotData/5_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..864b84e6 --- /dev/null +++ b/RobotData/5_HeadCam/HeadCamPos.json @@ -0,0 +1,28 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/60_ArmCam/60_Depth.jpg b/RobotData/60_ArmCam/60_Depth.jpg new file mode 100644 index 00000000..0c0f49f6 --- /dev/null +++ b/RobotData/60_ArmCam/60_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d2e69b05d774960ee67d3d39972493db6624b540dd972cdd5410ac7e94108 +size 44552 diff --git a/RobotData/60_ArmCam/60_RGB.jpg b/RobotData/60_ArmCam/60_RGB.jpg new file mode 100644 index 00000000..1a3bd439 --- /dev/null +++ b/RobotData/60_ArmCam/60_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70f58bc7a8a799497274f3ef87c094a53889331ce5e7847d822b7237e5b64a4 +size 44565 diff --git a/RobotData/60_ArmCam/ArmCamPos.json b/RobotData/60_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..f6d9890a --- /dev/null +++ b/RobotData/60_ArmCam/ArmCamPos.json @@ -0,0 +1,248 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/60_HeadCam/60_Depth.jpg b/RobotData/60_HeadCam/60_Depth.jpg new file mode 100644 index 00000000..a56fc7fe --- /dev/null +++ b/RobotData/60_HeadCam/60_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de8c69b5ed41df6b906548adc61358cfcad5fa38f6eeb9a9a32432100b33e26 +size 44714 diff --git a/RobotData/60_HeadCam/60_RGB.jpg b/RobotData/60_HeadCam/60_RGB.jpg new file mode 100644 index 00000000..f46f17cc --- /dev/null +++ b/RobotData/60_HeadCam/60_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557f01fbb5a136f0c23f39294b42a0f170662b3f0385026c3d4ffbc758cef986 +size 44820 diff --git a/RobotData/60_HeadCam/HeadCamPos.json b/RobotData/60_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..5066ce7a --- /dev/null +++ b/RobotData/60_HeadCam/HeadCamPos.json @@ -0,0 +1,248 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/61_ArmCam/61_Depth.jpg b/RobotData/61_ArmCam/61_Depth.jpg new file mode 100644 index 00000000..691eddb1 --- /dev/null +++ b/RobotData/61_ArmCam/61_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e719d88260e6505cb06d8bc457668e744cf8cab80ef1c44303b4f2db6e3245 +size 44533 diff --git a/RobotData/61_ArmCam/61_RGB.jpg b/RobotData/61_ArmCam/61_RGB.jpg new file mode 100644 index 00000000..ce114113 --- /dev/null +++ b/RobotData/61_ArmCam/61_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc41e968cdadbea9b7de4c2cb717f91d2a1d9c8d6d3a7425695138b5ad6b04b +size 44514 diff --git a/RobotData/61_ArmCam/ArmCamPos.json b/RobotData/61_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..5acce7d0 --- /dev/null +++ b/RobotData/61_ArmCam/ArmCamPos.json @@ -0,0 +1,252 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/61_HeadCam/61_Depth.jpg b/RobotData/61_HeadCam/61_Depth.jpg new file mode 100644 index 00000000..08bfc65d --- /dev/null +++ b/RobotData/61_HeadCam/61_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4811e13d937a5718d39df56f69c9c3067ce528d5851490af36d5832151e4208 +size 44740 diff --git a/RobotData/61_HeadCam/61_RGB.jpg b/RobotData/61_HeadCam/61_RGB.jpg new file mode 100644 index 00000000..19ca1af2 --- /dev/null +++ b/RobotData/61_HeadCam/61_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244cfc86665e2153fb5120c5bf8b7cd78b63cad1da78e7042edc1faaa1d89400 +size 44863 diff --git a/RobotData/61_HeadCam/HeadCamPos.json b/RobotData/61_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..865f4ad8 --- /dev/null +++ b/RobotData/61_HeadCam/HeadCamPos.json @@ -0,0 +1,252 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/62_ArmCam/62_Depth.jpg b/RobotData/62_ArmCam/62_Depth.jpg new file mode 100644 index 00000000..622cf78a --- /dev/null +++ b/RobotData/62_ArmCam/62_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd54d6be236fe47f7f3cb40945f40b84fec7902936f71ce2ec87df22c94d7857 +size 44556 diff --git a/RobotData/62_ArmCam/62_RGB.jpg b/RobotData/62_ArmCam/62_RGB.jpg new file mode 100644 index 00000000..22244007 --- /dev/null +++ b/RobotData/62_ArmCam/62_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108b9a74f72f2de6bf5a2ebc398e8542161ceab9ddbfd63290127bffcd3e5d9f +size 44562 diff --git a/RobotData/62_ArmCam/ArmCamPos.json b/RobotData/62_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..0210144c --- /dev/null +++ b/RobotData/62_ArmCam/ArmCamPos.json @@ -0,0 +1,256 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/62_HeadCam/62_Depth.jpg b/RobotData/62_HeadCam/62_Depth.jpg new file mode 100644 index 00000000..cbc7f673 --- /dev/null +++ b/RobotData/62_HeadCam/62_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5a6d0fb3ab8a4558bd8f7ef65a709c0f12f7096957cde2374d45edd1f6ea77 +size 44738 diff --git a/RobotData/62_HeadCam/62_RGB.jpg b/RobotData/62_HeadCam/62_RGB.jpg new file mode 100644 index 00000000..a2140e68 --- /dev/null +++ b/RobotData/62_HeadCam/62_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec394bceb4cb30fe2bda00108c5034694d6d346ee16e25468ea500bf203fb7c8 +size 44857 diff --git a/RobotData/62_HeadCam/HeadCamPos.json b/RobotData/62_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..a8931249 --- /dev/null +++ b/RobotData/62_HeadCam/HeadCamPos.json @@ -0,0 +1,256 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/63_ArmCam/63_Depth.jpg b/RobotData/63_ArmCam/63_Depth.jpg new file mode 100644 index 00000000..317248a7 --- /dev/null +++ b/RobotData/63_ArmCam/63_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3056945305df1ec743457c2b29d4cf3800b1418f718900faebe97495c2aebb7d +size 44467 diff --git a/RobotData/63_ArmCam/63_RGB.jpg b/RobotData/63_ArmCam/63_RGB.jpg new file mode 100644 index 00000000..fbcbfb58 --- /dev/null +++ b/RobotData/63_ArmCam/63_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3fa42826fd00a0b8f968a4189e4cc8a9b8ef7d69ac240cf542d2cb138a35d2 +size 44507 diff --git a/RobotData/63_ArmCam/ArmCamPos.json b/RobotData/63_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..347b5895 --- /dev/null +++ b/RobotData/63_ArmCam/ArmCamPos.json @@ -0,0 +1,260 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/63_HeadCam/63_Depth.jpg b/RobotData/63_HeadCam/63_Depth.jpg new file mode 100644 index 00000000..43472a4c --- /dev/null +++ b/RobotData/63_HeadCam/63_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471710054c36db5f2e2ed99719849382c5ac42e2a92fac4148011b1ce8194ffe +size 44723 diff --git a/RobotData/63_HeadCam/63_RGB.jpg b/RobotData/63_HeadCam/63_RGB.jpg new file mode 100644 index 00000000..dc059f6d --- /dev/null +++ b/RobotData/63_HeadCam/63_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db86cb44ae44eb8400cafcce674758c5926f615cef3ad704c3986f25a61edd55 +size 44837 diff --git a/RobotData/63_HeadCam/HeadCamPos.json b/RobotData/63_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..733b44b7 --- /dev/null +++ b/RobotData/63_HeadCam/HeadCamPos.json @@ -0,0 +1,260 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/64_ArmCam/64_Depth.jpg b/RobotData/64_ArmCam/64_Depth.jpg new file mode 100644 index 00000000..f6d9fcc2 --- /dev/null +++ b/RobotData/64_ArmCam/64_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1118644f692879fd39adf2861e2c06f5eb8a21c8075d3bdf8d2366ae3cd104 +size 44532 diff --git a/RobotData/64_ArmCam/64_RGB.jpg b/RobotData/64_ArmCam/64_RGB.jpg new file mode 100644 index 00000000..5051ab78 --- /dev/null +++ b/RobotData/64_ArmCam/64_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac1a38c7fdab1a5140fe4349a902ec3360fe4f80632ffdd20343c20234b752b +size 44511 diff --git a/RobotData/64_ArmCam/ArmCamPos.json b/RobotData/64_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..560d8b03 --- /dev/null +++ b/RobotData/64_ArmCam/ArmCamPos.json @@ -0,0 +1,264 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/64_HeadCam/64_Depth.jpg b/RobotData/64_HeadCam/64_Depth.jpg new file mode 100644 index 00000000..2bb6e3dc --- /dev/null +++ b/RobotData/64_HeadCam/64_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c6a44800ce9b010b8982b4539f36aa957c45e071b22455ead6c056a23f413e +size 44736 diff --git a/RobotData/64_HeadCam/64_RGB.jpg b/RobotData/64_HeadCam/64_RGB.jpg new file mode 100644 index 00000000..923d3055 --- /dev/null +++ b/RobotData/64_HeadCam/64_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0ff3d9a5c27b92135af9e85b6b8c8f1889997e206601d6f704b4d94b6ab84c +size 44859 diff --git a/RobotData/64_HeadCam/HeadCamPos.json b/RobotData/64_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..91173aed --- /dev/null +++ b/RobotData/64_HeadCam/HeadCamPos.json @@ -0,0 +1,264 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/65_ArmCam/65_Depth.jpg b/RobotData/65_ArmCam/65_Depth.jpg new file mode 100644 index 00000000..c6543fd4 --- /dev/null +++ b/RobotData/65_ArmCam/65_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bcd741ab941a311e58658e7b8c5adb1d4079103f22c151c0034d4f18890309 +size 44454 diff --git a/RobotData/65_ArmCam/65_RGB.jpg b/RobotData/65_ArmCam/65_RGB.jpg new file mode 100644 index 00000000..e853489e --- /dev/null +++ b/RobotData/65_ArmCam/65_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebadd3d1bb668907374de84263ce94378fd78f7ab381233cbc341cb693e4d847 +size 44483 diff --git a/RobotData/65_ArmCam/ArmCamPos.json b/RobotData/65_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..a996ecfb --- /dev/null +++ b/RobotData/65_ArmCam/ArmCamPos.json @@ -0,0 +1,268 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/65_HeadCam/65_Depth.jpg b/RobotData/65_HeadCam/65_Depth.jpg new file mode 100644 index 00000000..ad0bf32a --- /dev/null +++ b/RobotData/65_HeadCam/65_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5421fb6c05541b823e80abe7aaff60eec01f83be02beaed36393d3173e6b03 +size 44769 diff --git a/RobotData/65_HeadCam/65_RGB.jpg b/RobotData/65_HeadCam/65_RGB.jpg new file mode 100644 index 00000000..f0594132 --- /dev/null +++ b/RobotData/65_HeadCam/65_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76009a9199efa4a920a472237fd571d7f764840820893f550285e97df5787c4 +size 44864 diff --git a/RobotData/65_HeadCam/HeadCamPos.json b/RobotData/65_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..3c7dc885 --- /dev/null +++ b/RobotData/65_HeadCam/HeadCamPos.json @@ -0,0 +1,268 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/66_ArmCam/66_Depth.jpg b/RobotData/66_ArmCam/66_Depth.jpg new file mode 100644 index 00000000..ceef30df --- /dev/null +++ b/RobotData/66_ArmCam/66_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c17aadd02b8558f92c32e0d106c128b2d4d12fb8a0d5bab127ef99fc6d9febd +size 44501 diff --git a/RobotData/66_ArmCam/66_RGB.jpg b/RobotData/66_ArmCam/66_RGB.jpg new file mode 100644 index 00000000..ca7e71c2 --- /dev/null +++ b/RobotData/66_ArmCam/66_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12538f1b8effc4843670149ca693f754c641a100378d0005f857aba9ecbf3c1e +size 44510 diff --git a/RobotData/66_ArmCam/ArmCamPos.json b/RobotData/66_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..bd705450 --- /dev/null +++ b/RobotData/66_ArmCam/ArmCamPos.json @@ -0,0 +1,272 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/66_HeadCam/66_Depth.jpg b/RobotData/66_HeadCam/66_Depth.jpg new file mode 100644 index 00000000..11b08102 --- /dev/null +++ b/RobotData/66_HeadCam/66_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e219405a95e791c09cd28857f8d65ecbc24046d3735ec7be6314fcfddea018 +size 44688 diff --git a/RobotData/66_HeadCam/66_RGB.jpg b/RobotData/66_HeadCam/66_RGB.jpg new file mode 100644 index 00000000..c133b48e --- /dev/null +++ b/RobotData/66_HeadCam/66_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3760b9de5a771e47506d986b458c206b9fd574157d77e96980a98264c2ad2256 +size 44822 diff --git a/RobotData/66_HeadCam/HeadCamPos.json b/RobotData/66_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..9cb77410 --- /dev/null +++ b/RobotData/66_HeadCam/HeadCamPos.json @@ -0,0 +1,272 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/67_ArmCam/67_Depth.jpg b/RobotData/67_ArmCam/67_Depth.jpg new file mode 100644 index 00000000..805d2159 --- /dev/null +++ b/RobotData/67_ArmCam/67_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1293a816d686a809f3af18434a09e87176c3b7ace432b46c9b85e1ad1d7d1e60 +size 44491 diff --git a/RobotData/67_ArmCam/67_RGB.jpg b/RobotData/67_ArmCam/67_RGB.jpg new file mode 100644 index 00000000..c47b289d --- /dev/null +++ b/RobotData/67_ArmCam/67_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0267677a58f0d946c41bb40d1a3ae2861d7ad73542830e722b4add91ce00e588 +size 44539 diff --git a/RobotData/67_ArmCam/ArmCamPos.json b/RobotData/67_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..c4dd4e94 --- /dev/null +++ b/RobotData/67_ArmCam/ArmCamPos.json @@ -0,0 +1,276 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/67_HeadCam/67_Depth.jpg b/RobotData/67_HeadCam/67_Depth.jpg new file mode 100644 index 00000000..e4fc4eef --- /dev/null +++ b/RobotData/67_HeadCam/67_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b215c0a3002884763d30e116fe7c28769eb7e99a205b76a600b207113d288be6 +size 44720 diff --git a/RobotData/67_HeadCam/67_RGB.jpg b/RobotData/67_HeadCam/67_RGB.jpg new file mode 100644 index 00000000..b076731c --- /dev/null +++ b/RobotData/67_HeadCam/67_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeab0b8ae30c326c0be384dedd6714feb8741ab82879188b9c57043d8c702409 +size 44837 diff --git a/RobotData/67_HeadCam/HeadCamPos.json b/RobotData/67_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..6b3d0d14 --- /dev/null +++ b/RobotData/67_HeadCam/HeadCamPos.json @@ -0,0 +1,276 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/68_ArmCam/68_Depth.jpg b/RobotData/68_ArmCam/68_Depth.jpg new file mode 100644 index 00000000..ef74316b --- /dev/null +++ b/RobotData/68_ArmCam/68_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06331979c7517566163b78b3f9f6a3c502d4e69f58d97594b1933008fca3ddc1 +size 44459 diff --git a/RobotData/68_ArmCam/68_RGB.jpg b/RobotData/68_ArmCam/68_RGB.jpg new file mode 100644 index 00000000..a3dddf0b --- /dev/null +++ b/RobotData/68_ArmCam/68_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd780e7f7fdf1a3ab9981bbdd7357b066e7686ef802d465d5e7f554b008492c +size 44495 diff --git a/RobotData/68_ArmCam/ArmCamPos.json b/RobotData/68_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..498c79ea --- /dev/null +++ b/RobotData/68_ArmCam/ArmCamPos.json @@ -0,0 +1,280 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/68_HeadCam/68_Depth.jpg b/RobotData/68_HeadCam/68_Depth.jpg new file mode 100644 index 00000000..7c5224da --- /dev/null +++ b/RobotData/68_HeadCam/68_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6b910a0d4908a37f38d7deb5c724a937a407f854a39608548da4faa0b9e96 +size 44740 diff --git a/RobotData/68_HeadCam/68_RGB.jpg b/RobotData/68_HeadCam/68_RGB.jpg new file mode 100644 index 00000000..daf4bbf1 --- /dev/null +++ b/RobotData/68_HeadCam/68_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97964582eef93b9ce2d080f7592919172ee7e376f022e5df7515ae9c028dec59 +size 44888 diff --git a/RobotData/68_HeadCam/HeadCamPos.json b/RobotData/68_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..04ed0490 --- /dev/null +++ b/RobotData/68_HeadCam/HeadCamPos.json @@ -0,0 +1,280 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/69_ArmCam/69_Depth.jpg b/RobotData/69_ArmCam/69_Depth.jpg new file mode 100644 index 00000000..bd3059ac --- /dev/null +++ b/RobotData/69_ArmCam/69_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c96179dd40101fb20e51b029a5d753a6e748c78ac1291f3e8740cccea22bd28 +size 44513 diff --git a/RobotData/69_ArmCam/69_RGB.jpg b/RobotData/69_ArmCam/69_RGB.jpg new file mode 100644 index 00000000..4b7c10d8 --- /dev/null +++ b/RobotData/69_ArmCam/69_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5868a7059182f6850ce1a9890dab3b0c9e446866d070374433d3e6649007d00d +size 44493 diff --git a/RobotData/69_ArmCam/ArmCamPos.json b/RobotData/69_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..a4964dbe --- /dev/null +++ b/RobotData/69_ArmCam/ArmCamPos.json @@ -0,0 +1,284 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/69_HeadCam/69_Depth.jpg b/RobotData/69_HeadCam/69_Depth.jpg new file mode 100644 index 00000000..0893ad4d --- /dev/null +++ b/RobotData/69_HeadCam/69_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d63d624026df474c3142ba4746280b2d3890d2cae7d50c42497d3087d2b0753 +size 44665 diff --git a/RobotData/69_HeadCam/69_RGB.jpg b/RobotData/69_HeadCam/69_RGB.jpg new file mode 100644 index 00000000..fec3dd63 --- /dev/null +++ b/RobotData/69_HeadCam/69_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bfde8658556a9f37e62e337544f4c6e5a0f35d412b8038fcd8b11b59a60e6d +size 44822 diff --git a/RobotData/69_HeadCam/HeadCamPos.json b/RobotData/69_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..6cdabaa0 --- /dev/null +++ b/RobotData/69_HeadCam/HeadCamPos.json @@ -0,0 +1,284 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/6_ArmCam/6_Depth.jpg b/RobotData/6_ArmCam/6_Depth.jpg new file mode 100644 index 00000000..da02f8c7 --- /dev/null +++ b/RobotData/6_ArmCam/6_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db2653f5ce18971365805dd717180b29013dd6ecfab921e80b22ec4c7a83a64 +size 43783 diff --git a/RobotData/6_ArmCam/6_RGB.jpg b/RobotData/6_ArmCam/6_RGB.jpg new file mode 100644 index 00000000..69700e9f --- /dev/null +++ b/RobotData/6_ArmCam/6_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcac6b55c93d69f533d2711d6c50ad0f0ea669823cf6fe19e42cd2217dce7ac6 +size 43777 diff --git a/RobotData/6_ArmCam/ArmCamPos.json b/RobotData/6_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..55a90bd2 --- /dev/null +++ b/RobotData/6_ArmCam/ArmCamPos.json @@ -0,0 +1,32 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/6_HeadCam/6_Depth.jpg b/RobotData/6_HeadCam/6_Depth.jpg new file mode 100644 index 00000000..adc8bb84 --- /dev/null +++ b/RobotData/6_HeadCam/6_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6024543748e612271717bed6b054a95996dce0835d281d87b9a4e77326df723 +size 54908 diff --git a/RobotData/6_HeadCam/6_RGB.jpg b/RobotData/6_HeadCam/6_RGB.jpg new file mode 100644 index 00000000..6f435dac --- /dev/null +++ b/RobotData/6_HeadCam/6_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099333867d0095b7320c4802fc260675d6ee5ed3a68c985cf55da7048eeae76d +size 55422 diff --git a/RobotData/6_HeadCam/HeadCamPos.json b/RobotData/6_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..85aacd3c --- /dev/null +++ b/RobotData/6_HeadCam/HeadCamPos.json @@ -0,0 +1,32 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/70_ArmCam/70_Depth.jpg b/RobotData/70_ArmCam/70_Depth.jpg new file mode 100644 index 00000000..0e3860f7 --- /dev/null +++ b/RobotData/70_ArmCam/70_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1776617d5a4e55dc09ec1d211bd578ccb1a6434b83c99fe5acd797a843749925 +size 44472 diff --git a/RobotData/70_ArmCam/70_RGB.jpg b/RobotData/70_ArmCam/70_RGB.jpg new file mode 100644 index 00000000..f8237cca --- /dev/null +++ b/RobotData/70_ArmCam/70_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc8bb529680bc3e9e5cd7c0f5f6ccd957a7c12d5eb3ecce2f839d570d8dd628 +size 44494 diff --git a/RobotData/70_ArmCam/ArmCamPos.json b/RobotData/70_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..70c66e54 --- /dev/null +++ b/RobotData/70_ArmCam/ArmCamPos.json @@ -0,0 +1,288 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/70_HeadCam/70_Depth.jpg b/RobotData/70_HeadCam/70_Depth.jpg new file mode 100644 index 00000000..7c534fd8 --- /dev/null +++ b/RobotData/70_HeadCam/70_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97982ea1e8e5672d1c82d793133640ea5d1da64a20a0a145c908c9f6b1916890 +size 44678 diff --git a/RobotData/70_HeadCam/70_RGB.jpg b/RobotData/70_HeadCam/70_RGB.jpg new file mode 100644 index 00000000..1dad201e --- /dev/null +++ b/RobotData/70_HeadCam/70_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4e65f0505f35fac14d94b7e3657178906f4fe5b36a2ac7eb150e0ce3ba194e +size 44843 diff --git a/RobotData/70_HeadCam/HeadCamPos.json b/RobotData/70_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..017a73de --- /dev/null +++ b/RobotData/70_HeadCam/HeadCamPos.json @@ -0,0 +1,288 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/71_ArmCam/71_Depth.jpg b/RobotData/71_ArmCam/71_Depth.jpg new file mode 100644 index 00000000..2a499a5a --- /dev/null +++ b/RobotData/71_ArmCam/71_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c078c691d88ac77d711a13aacf113b571a46ac1935949f66a118d17ada320971 +size 44452 diff --git a/RobotData/71_ArmCam/71_RGB.jpg b/RobotData/71_ArmCam/71_RGB.jpg new file mode 100644 index 00000000..abd49bbe --- /dev/null +++ b/RobotData/71_ArmCam/71_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7830c277d35d4c35ac274654c0425f9323622a794e5320d21078f4c949badba7 +size 44481 diff --git a/RobotData/71_ArmCam/ArmCamPos.json b/RobotData/71_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ea18fd44 --- /dev/null +++ b/RobotData/71_ArmCam/ArmCamPos.json @@ -0,0 +1,292 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/71_HeadCam/71_Depth.jpg b/RobotData/71_HeadCam/71_Depth.jpg new file mode 100644 index 00000000..8590cc54 --- /dev/null +++ b/RobotData/71_HeadCam/71_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca6897652c064dc9f5c236e0957b575f925b88a0e36a58fd5b5eebcfc8a30e +size 44721 diff --git a/RobotData/71_HeadCam/71_RGB.jpg b/RobotData/71_HeadCam/71_RGB.jpg new file mode 100644 index 00000000..6b01d9d7 --- /dev/null +++ b/RobotData/71_HeadCam/71_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3527c9ac04bed6aaa7522c7f18bb87ed7cf1ee094e23102d23de2f084d15c +size 44837 diff --git a/RobotData/71_HeadCam/HeadCamPos.json b/RobotData/71_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..afe99f16 --- /dev/null +++ b/RobotData/71_HeadCam/HeadCamPos.json @@ -0,0 +1,292 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/72_ArmCam/72_Depth.jpg b/RobotData/72_ArmCam/72_Depth.jpg new file mode 100644 index 00000000..2a499a5a --- /dev/null +++ b/RobotData/72_ArmCam/72_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c078c691d88ac77d711a13aacf113b571a46ac1935949f66a118d17ada320971 +size 44452 diff --git a/RobotData/72_ArmCam/72_RGB.jpg b/RobotData/72_ArmCam/72_RGB.jpg new file mode 100644 index 00000000..4ce58c53 --- /dev/null +++ b/RobotData/72_ArmCam/72_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5bf1d19d0249cdf56e7d27d294a08267549cd5bb6646950539e7ae017b72cd +size 44455 diff --git a/RobotData/72_ArmCam/ArmCamPos.json b/RobotData/72_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..3c06babf --- /dev/null +++ b/RobotData/72_ArmCam/ArmCamPos.json @@ -0,0 +1,296 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/72_HeadCam/72_Depth.jpg b/RobotData/72_HeadCam/72_Depth.jpg new file mode 100644 index 00000000..8590cc54 --- /dev/null +++ b/RobotData/72_HeadCam/72_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca6897652c064dc9f5c236e0957b575f925b88a0e36a58fd5b5eebcfc8a30e +size 44721 diff --git a/RobotData/72_HeadCam/72_RGB.jpg b/RobotData/72_HeadCam/72_RGB.jpg new file mode 100644 index 00000000..6b01d9d7 --- /dev/null +++ b/RobotData/72_HeadCam/72_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3527c9ac04bed6aaa7522c7f18bb87ed7cf1ee094e23102d23de2f084d15c +size 44837 diff --git a/RobotData/72_HeadCam/HeadCamPos.json b/RobotData/72_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b8233b1d --- /dev/null +++ b/RobotData/72_HeadCam/HeadCamPos.json @@ -0,0 +1,296 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/73_ArmCam/73_Depth.jpg b/RobotData/73_ArmCam/73_Depth.jpg new file mode 100644 index 00000000..bdcd63d1 --- /dev/null +++ b/RobotData/73_ArmCam/73_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b906e0c55fe7119832040c2deb83afe1512ff0d0d8a6c1ddc171d937ccfa45e9 +size 44457 diff --git a/RobotData/73_ArmCam/73_RGB.jpg b/RobotData/73_ArmCam/73_RGB.jpg new file mode 100644 index 00000000..a63dd989 --- /dev/null +++ b/RobotData/73_ArmCam/73_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8be34777c6aa60e4969f83b6beced3e37450b4aee8315e282b0a58eb56c201 +size 44496 diff --git a/RobotData/73_ArmCam/ArmCamPos.json b/RobotData/73_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..1a4347f4 --- /dev/null +++ b/RobotData/73_ArmCam/ArmCamPos.json @@ -0,0 +1,300 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/73_HeadCam/73_Depth.jpg b/RobotData/73_HeadCam/73_Depth.jpg new file mode 100644 index 00000000..f60bce2f --- /dev/null +++ b/RobotData/73_HeadCam/73_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0f4c7dabd285af5bdbcc8f20335dbd0673b728afc3a5349ca30a40e8737e58 +size 44721 diff --git a/RobotData/73_HeadCam/73_RGB.jpg b/RobotData/73_HeadCam/73_RGB.jpg new file mode 100644 index 00000000..0485d4d9 --- /dev/null +++ b/RobotData/73_HeadCam/73_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6d8623e860e0e405715be9e70c93f7c793ef3d03350c12ef56a7602f37921b +size 44849 diff --git a/RobotData/73_HeadCam/HeadCamPos.json b/RobotData/73_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..4787b417 --- /dev/null +++ b/RobotData/73_HeadCam/HeadCamPos.json @@ -0,0 +1,300 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/74_ArmCam/74_Depth.jpg b/RobotData/74_ArmCam/74_Depth.jpg new file mode 100644 index 00000000..b6b1e007 --- /dev/null +++ b/RobotData/74_ArmCam/74_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0910746e76cc2e48cf74a48cb8282e2afd38564be40932c3155cad753df1801 +size 44461 diff --git a/RobotData/74_ArmCam/74_RGB.jpg b/RobotData/74_ArmCam/74_RGB.jpg new file mode 100644 index 00000000..ea5f3456 --- /dev/null +++ b/RobotData/74_ArmCam/74_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e35bd64fe6d362e41890599ef6691b30d6d4d58481698406ea2a6cf46c016c +size 44486 diff --git a/RobotData/74_ArmCam/ArmCamPos.json b/RobotData/74_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..09d41b02 --- /dev/null +++ b/RobotData/74_ArmCam/ArmCamPos.json @@ -0,0 +1,304 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/74_HeadCam/74_Depth.jpg b/RobotData/74_HeadCam/74_Depth.jpg new file mode 100644 index 00000000..273b1f26 --- /dev/null +++ b/RobotData/74_HeadCam/74_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ec6030ef8dac12c32e03bbfc80f9a4004d46888295e3b83493e62d40f34d6c +size 44744 diff --git a/RobotData/74_HeadCam/74_RGB.jpg b/RobotData/74_HeadCam/74_RGB.jpg new file mode 100644 index 00000000..08b0bbec --- /dev/null +++ b/RobotData/74_HeadCam/74_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bf952bc381c7e71d27a0a4bcb7872398e0d3ad4b472797b5f24ab4d4977991 +size 44861 diff --git a/RobotData/74_HeadCam/HeadCamPos.json b/RobotData/74_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..f68b0324 --- /dev/null +++ b/RobotData/74_HeadCam/HeadCamPos.json @@ -0,0 +1,304 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/75_ArmCam/75_Depth.jpg b/RobotData/75_ArmCam/75_Depth.jpg new file mode 100644 index 00000000..407ad3cc --- /dev/null +++ b/RobotData/75_ArmCam/75_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811d28413fdc8910fbbc476ace2012278ec345d59c05593f1f4e9959c75c9fca +size 44438 diff --git a/RobotData/75_ArmCam/75_RGB.jpg b/RobotData/75_ArmCam/75_RGB.jpg new file mode 100644 index 00000000..b13b089c --- /dev/null +++ b/RobotData/75_ArmCam/75_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24f398a28ac03742225751652e6dfbf8af34cbdfe36b239ae48f68b9e4aba5b +size 44442 diff --git a/RobotData/75_ArmCam/ArmCamPos.json b/RobotData/75_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..1e5e51f3 --- /dev/null +++ b/RobotData/75_ArmCam/ArmCamPos.json @@ -0,0 +1,308 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/75_HeadCam/75_Depth.jpg b/RobotData/75_HeadCam/75_Depth.jpg new file mode 100644 index 00000000..3f3a00c1 --- /dev/null +++ b/RobotData/75_HeadCam/75_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4622db4d1ef37657a0c2649a23a2417fb56ee8af011dbcafbf95cd39c363aec +size 44729 diff --git a/RobotData/75_HeadCam/75_RGB.jpg b/RobotData/75_HeadCam/75_RGB.jpg new file mode 100644 index 00000000..ff1a38ce --- /dev/null +++ b/RobotData/75_HeadCam/75_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764db4cd47f2728e42a9e2c197d2953e657a10db44793251ff351bcf3ad2043a +size 44859 diff --git a/RobotData/75_HeadCam/HeadCamPos.json b/RobotData/75_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..c8c319f4 --- /dev/null +++ b/RobotData/75_HeadCam/HeadCamPos.json @@ -0,0 +1,308 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/76_ArmCam/76_Depth.jpg b/RobotData/76_ArmCam/76_Depth.jpg new file mode 100644 index 00000000..1a2658ce --- /dev/null +++ b/RobotData/76_ArmCam/76_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072aa0012863d81dbaea1ba0b46deafa6b478893a5a5ff80eaf42d5d14d26d0 +size 44487 diff --git a/RobotData/76_ArmCam/76_RGB.jpg b/RobotData/76_ArmCam/76_RGB.jpg new file mode 100644 index 00000000..05f88e4b --- /dev/null +++ b/RobotData/76_ArmCam/76_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1191408bb27ee6e8fcfa2fd97b40fa55cbc7e2a934cb3330f85a1598806bfd +size 44488 diff --git a/RobotData/76_ArmCam/ArmCamPos.json b/RobotData/76_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..fd429fd9 --- /dev/null +++ b/RobotData/76_ArmCam/ArmCamPos.json @@ -0,0 +1,312 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/76_HeadCam/76_Depth.jpg b/RobotData/76_HeadCam/76_Depth.jpg new file mode 100644 index 00000000..8218524f --- /dev/null +++ b/RobotData/76_HeadCam/76_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6cdfe4786cd9415c0b7b6a09a2cf5ca692b6fc62bc290bf92ad965e50df464 +size 44750 diff --git a/RobotData/76_HeadCam/76_RGB.jpg b/RobotData/76_HeadCam/76_RGB.jpg new file mode 100644 index 00000000..6ed98c97 --- /dev/null +++ b/RobotData/76_HeadCam/76_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c808b957b74251e4d01e84e16b2ef6311d72330815806ef9356550a2c9aeb8af +size 44847 diff --git a/RobotData/76_HeadCam/HeadCamPos.json b/RobotData/76_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..d4725d28 --- /dev/null +++ b/RobotData/76_HeadCam/HeadCamPos.json @@ -0,0 +1,312 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/77_ArmCam/77_Depth.jpg b/RobotData/77_ArmCam/77_Depth.jpg new file mode 100644 index 00000000..21c56115 --- /dev/null +++ b/RobotData/77_ArmCam/77_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7e5686797758ea5000f5875ae2265f6056dd9f52e62fe82aacf97ce518bca9 +size 44440 diff --git a/RobotData/77_ArmCam/77_RGB.jpg b/RobotData/77_ArmCam/77_RGB.jpg new file mode 100644 index 00000000..9da04218 --- /dev/null +++ b/RobotData/77_ArmCam/77_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d79f2ceb8fb58c06034234cd410512a0258266ca31fb96088baa494f531752 +size 44463 diff --git a/RobotData/77_ArmCam/ArmCamPos.json b/RobotData/77_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ebdc23ab --- /dev/null +++ b/RobotData/77_ArmCam/ArmCamPos.json @@ -0,0 +1,316 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/77_HeadCam/77_Depth.jpg b/RobotData/77_HeadCam/77_Depth.jpg new file mode 100644 index 00000000..006908a5 --- /dev/null +++ b/RobotData/77_HeadCam/77_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb22f64c58f277df6a841f9a49c02151ead5b00e5788b5f6a60f37c34ab752bb +size 44781 diff --git a/RobotData/77_HeadCam/77_RGB.jpg b/RobotData/77_HeadCam/77_RGB.jpg new file mode 100644 index 00000000..86e65606 --- /dev/null +++ b/RobotData/77_HeadCam/77_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87c7696fd2cad50ce9b67cbca9552dcd6ec28b4ca3040664114774f097947c1 +size 44887 diff --git a/RobotData/77_HeadCam/HeadCamPos.json b/RobotData/77_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..0f573ea2 --- /dev/null +++ b/RobotData/77_HeadCam/HeadCamPos.json @@ -0,0 +1,316 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/78_ArmCam/78_Depth.jpg b/RobotData/78_ArmCam/78_Depth.jpg new file mode 100644 index 00000000..cd4c7334 --- /dev/null +++ b/RobotData/78_ArmCam/78_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030d2eed583270db08149610ef848d3cb0c06feb9ed832cad657427c743d45a3 +size 44452 diff --git a/RobotData/78_ArmCam/78_RGB.jpg b/RobotData/78_ArmCam/78_RGB.jpg new file mode 100644 index 00000000..c9b3a367 --- /dev/null +++ b/RobotData/78_ArmCam/78_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c71647e06b2bfa5b4ea49938d9a5710fa04f03445c0d4b90c72aac40fec53c +size 44437 diff --git a/RobotData/78_ArmCam/ArmCamPos.json b/RobotData/78_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..d03fc310 --- /dev/null +++ b/RobotData/78_ArmCam/ArmCamPos.json @@ -0,0 +1,320 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/78_HeadCam/78_Depth.jpg b/RobotData/78_HeadCam/78_Depth.jpg new file mode 100644 index 00000000..aec7562a --- /dev/null +++ b/RobotData/78_HeadCam/78_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfb4edfa0ea6143d5de09646ee7d6b9ab3ae44d5d377cfc4ba79df87020b05f +size 44761 diff --git a/RobotData/78_HeadCam/78_RGB.jpg b/RobotData/78_HeadCam/78_RGB.jpg new file mode 100644 index 00000000..3a9ec70e --- /dev/null +++ b/RobotData/78_HeadCam/78_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f53248a9cc0c21111a482e41ee664e73108cb7e4ae125e42524d4adfb65335 +size 44918 diff --git a/RobotData/78_HeadCam/HeadCamPos.json b/RobotData/78_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..9066088c --- /dev/null +++ b/RobotData/78_HeadCam/HeadCamPos.json @@ -0,0 +1,320 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/79_ArmCam/79_Depth.jpg b/RobotData/79_ArmCam/79_Depth.jpg new file mode 100644 index 00000000..cac30660 --- /dev/null +++ b/RobotData/79_ArmCam/79_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac6639470832c927c16f2db5d5cac2a8a9202e7059a9dcab6b79045b8631d7e +size 44418 diff --git a/RobotData/79_ArmCam/79_RGB.jpg b/RobotData/79_ArmCam/79_RGB.jpg new file mode 100644 index 00000000..64aa9126 --- /dev/null +++ b/RobotData/79_ArmCam/79_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d780311e34f17a8c7d6935bf121f16dd9a613af2dd001f1da4332fcaac44f851 +size 44444 diff --git a/RobotData/79_ArmCam/ArmCamPos.json b/RobotData/79_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..a21fcc70 --- /dev/null +++ b/RobotData/79_ArmCam/ArmCamPos.json @@ -0,0 +1,324 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/79_HeadCam/79_Depth.jpg b/RobotData/79_HeadCam/79_Depth.jpg new file mode 100644 index 00000000..6dc42010 --- /dev/null +++ b/RobotData/79_HeadCam/79_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3cbb54b552f19c41440ae002599a7dff07c390a0f869b2729e061793077d96 +size 44767 diff --git a/RobotData/79_HeadCam/79_RGB.jpg b/RobotData/79_HeadCam/79_RGB.jpg new file mode 100644 index 00000000..4a6cb4d1 --- /dev/null +++ b/RobotData/79_HeadCam/79_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6895478d517726b680e464e505597177a7a18b64793f852579f187566eed29 +size 44907 diff --git a/RobotData/79_HeadCam/HeadCamPos.json b/RobotData/79_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..f5801d6f --- /dev/null +++ b/RobotData/79_HeadCam/HeadCamPos.json @@ -0,0 +1,324 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/7_ArmCam/7_Depth.jpg b/RobotData/7_ArmCam/7_Depth.jpg new file mode 100644 index 00000000..e2e7333f --- /dev/null +++ b/RobotData/7_ArmCam/7_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91557b4cefd5cf945fa75e27d7ed21dd0d98b7d1576f54bf720c62863c70838 +size 43733 diff --git a/RobotData/7_ArmCam/7_RGB.jpg b/RobotData/7_ArmCam/7_RGB.jpg new file mode 100644 index 00000000..f95ac9f9 --- /dev/null +++ b/RobotData/7_ArmCam/7_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ff8be8a690153995cf2b5d09ceb9d3d75c5a34351ef78c70cf9223a4cd78e7 +size 43745 diff --git a/RobotData/7_ArmCam/ArmCamPos.json b/RobotData/7_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..573f86bf --- /dev/null +++ b/RobotData/7_ArmCam/ArmCamPos.json @@ -0,0 +1,36 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/7_HeadCam/7_Depth.jpg b/RobotData/7_HeadCam/7_Depth.jpg new file mode 100644 index 00000000..2e7b50af --- /dev/null +++ b/RobotData/7_HeadCam/7_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11aae967c3640caa9d83803ad4013e9565626953eb0c3863d5334d2f21044a4a +size 55066 diff --git a/RobotData/7_HeadCam/7_RGB.jpg b/RobotData/7_HeadCam/7_RGB.jpg new file mode 100644 index 00000000..5b560479 --- /dev/null +++ b/RobotData/7_HeadCam/7_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cbaf29fe2b9027d0d5fd8be2a836b7c16f4c65e043a659ed023aa81b1f93c3 +size 55503 diff --git a/RobotData/7_HeadCam/HeadCamPos.json b/RobotData/7_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..f9d945f5 --- /dev/null +++ b/RobotData/7_HeadCam/HeadCamPos.json @@ -0,0 +1,36 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/80_ArmCam/80_Depth.jpg b/RobotData/80_ArmCam/80_Depth.jpg new file mode 100644 index 00000000..3ee17b6b --- /dev/null +++ b/RobotData/80_ArmCam/80_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597a328884b75d61376e37dbf9abe801c1a3559eb2024f7147e918f2c6c6d35f +size 44436 diff --git a/RobotData/80_ArmCam/80_RGB.jpg b/RobotData/80_ArmCam/80_RGB.jpg new file mode 100644 index 00000000..d1cb14c4 --- /dev/null +++ b/RobotData/80_ArmCam/80_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da057a58df6414cc2dfbf700c225843a1bbdd840674bb16b6ca5067c19a39dab +size 44432 diff --git a/RobotData/80_ArmCam/ArmCamPos.json b/RobotData/80_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..1092da71 --- /dev/null +++ b/RobotData/80_ArmCam/ArmCamPos.json @@ -0,0 +1,328 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/80_HeadCam/80_Depth.jpg b/RobotData/80_HeadCam/80_Depth.jpg new file mode 100644 index 00000000..39aa4923 --- /dev/null +++ b/RobotData/80_HeadCam/80_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df8da4ffe68dadd6a0b4e9ed81d9679c5fe497f585bd1d40021e563c6db50e6 +size 44771 diff --git a/RobotData/80_HeadCam/80_RGB.jpg b/RobotData/80_HeadCam/80_RGB.jpg new file mode 100644 index 00000000..874135d0 --- /dev/null +++ b/RobotData/80_HeadCam/80_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb7fcde78019e6617ce7a53e78d96e7bdd04cf48670226ef3a76a4af571ac91 +size 44863 diff --git a/RobotData/80_HeadCam/HeadCamPos.json b/RobotData/80_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..db5316a6 --- /dev/null +++ b/RobotData/80_HeadCam/HeadCamPos.json @@ -0,0 +1,328 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/81_ArmCam/81_Depth.jpg b/RobotData/81_ArmCam/81_Depth.jpg new file mode 100644 index 00000000..3ee17b6b --- /dev/null +++ b/RobotData/81_ArmCam/81_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597a328884b75d61376e37dbf9abe801c1a3559eb2024f7147e918f2c6c6d35f +size 44436 diff --git a/RobotData/81_ArmCam/81_RGB.jpg b/RobotData/81_ArmCam/81_RGB.jpg new file mode 100644 index 00000000..d1cb14c4 --- /dev/null +++ b/RobotData/81_ArmCam/81_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da057a58df6414cc2dfbf700c225843a1bbdd840674bb16b6ca5067c19a39dab +size 44432 diff --git a/RobotData/81_ArmCam/ArmCamPos.json b/RobotData/81_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..19fab08d --- /dev/null +++ b/RobotData/81_ArmCam/ArmCamPos.json @@ -0,0 +1,332 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/81_HeadCam/81_Depth.jpg b/RobotData/81_HeadCam/81_Depth.jpg new file mode 100644 index 00000000..39aa4923 --- /dev/null +++ b/RobotData/81_HeadCam/81_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df8da4ffe68dadd6a0b4e9ed81d9679c5fe497f585bd1d40021e563c6db50e6 +size 44771 diff --git a/RobotData/81_HeadCam/81_RGB.jpg b/RobotData/81_HeadCam/81_RGB.jpg new file mode 100644 index 00000000..874135d0 --- /dev/null +++ b/RobotData/81_HeadCam/81_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb7fcde78019e6617ce7a53e78d96e7bdd04cf48670226ef3a76a4af571ac91 +size 44863 diff --git a/RobotData/81_HeadCam/HeadCamPos.json b/RobotData/81_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..81c751e3 --- /dev/null +++ b/RobotData/81_HeadCam/HeadCamPos.json @@ -0,0 +1,332 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/82_ArmCam/82_Depth.jpg b/RobotData/82_ArmCam/82_Depth.jpg new file mode 100644 index 00000000..c6cda25c --- /dev/null +++ b/RobotData/82_ArmCam/82_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6179f28108ab451868dd3e108b16eaf2efaaa309e0094e8b60435d6b695e39c +size 44448 diff --git a/RobotData/82_ArmCam/82_RGB.jpg b/RobotData/82_ArmCam/82_RGB.jpg new file mode 100644 index 00000000..871e1985 --- /dev/null +++ b/RobotData/82_ArmCam/82_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df14366abd3a58416fbec990a4d162e3ac8da1bf953275d2a4c11b30d12593c9 +size 44480 diff --git a/RobotData/82_ArmCam/ArmCamPos.json b/RobotData/82_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..8a13ae71 --- /dev/null +++ b/RobotData/82_ArmCam/ArmCamPos.json @@ -0,0 +1,336 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/82_HeadCam/82_Depth.jpg b/RobotData/82_HeadCam/82_Depth.jpg new file mode 100644 index 00000000..cc1bf5e8 --- /dev/null +++ b/RobotData/82_HeadCam/82_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a41a9d890617438b87a0b8ff7954019588eaba9c453708c0c3e9e77d2ebdcb7 +size 44818 diff --git a/RobotData/82_HeadCam/82_RGB.jpg b/RobotData/82_HeadCam/82_RGB.jpg new file mode 100644 index 00000000..38bf6ab5 --- /dev/null +++ b/RobotData/82_HeadCam/82_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147f238848c162be5f018b25feb3b00d621419382c713d511a7d29fb57d4be13 +size 44868 diff --git a/RobotData/82_HeadCam/HeadCamPos.json b/RobotData/82_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..a34fabe0 --- /dev/null +++ b/RobotData/82_HeadCam/HeadCamPos.json @@ -0,0 +1,336 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/83_ArmCam/83_Depth.jpg b/RobotData/83_ArmCam/83_Depth.jpg new file mode 100644 index 00000000..23eb1535 --- /dev/null +++ b/RobotData/83_ArmCam/83_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484c19551077a28db1ccc9ea1bf3c49934a7d63cb00aaab5f683a854d7d9b6ea +size 44460 diff --git a/RobotData/83_ArmCam/83_RGB.jpg b/RobotData/83_ArmCam/83_RGB.jpg new file mode 100644 index 00000000..f37db09d --- /dev/null +++ b/RobotData/83_ArmCam/83_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66751ebb7ee38d858e0eeb83717fedad1a8c96cd588d0303d2e909df96c35057 +size 44443 diff --git a/RobotData/83_ArmCam/ArmCamPos.json b/RobotData/83_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..92f4238b --- /dev/null +++ b/RobotData/83_ArmCam/ArmCamPos.json @@ -0,0 +1,340 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/83_HeadCam/83_Depth.jpg b/RobotData/83_HeadCam/83_Depth.jpg new file mode 100644 index 00000000..b708de4e --- /dev/null +++ b/RobotData/83_HeadCam/83_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d475fc98fd67328ffe385ef6f59d5c5fa80abe85cb5d1b6e033fafd53bff5d +size 44813 diff --git a/RobotData/83_HeadCam/83_RGB.jpg b/RobotData/83_HeadCam/83_RGB.jpg new file mode 100644 index 00000000..7e1f7972 --- /dev/null +++ b/RobotData/83_HeadCam/83_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09014650de54296e7e24a12fdcfe57f4a26514d01c2424d208013d41ba38849 +size 44904 diff --git a/RobotData/83_HeadCam/HeadCamPos.json b/RobotData/83_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..4d072348 --- /dev/null +++ b/RobotData/83_HeadCam/HeadCamPos.json @@ -0,0 +1,340 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/84_ArmCam/84_Depth.jpg b/RobotData/84_ArmCam/84_Depth.jpg new file mode 100644 index 00000000..9197e692 --- /dev/null +++ b/RobotData/84_ArmCam/84_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c536efcb968376efc13301fa856fce931a9a8d47040ee296abff3a6e93a64a +size 44406 diff --git a/RobotData/84_ArmCam/84_RGB.jpg b/RobotData/84_ArmCam/84_RGB.jpg new file mode 100644 index 00000000..a8c6d832 --- /dev/null +++ b/RobotData/84_ArmCam/84_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74ea4d225fdb1170b6e08fe5d8df89aa2e2a9314b1b9052ae34ccf8dd1c5793 +size 44415 diff --git a/RobotData/84_ArmCam/ArmCamPos.json b/RobotData/84_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..89a56d48 --- /dev/null +++ b/RobotData/84_ArmCam/ArmCamPos.json @@ -0,0 +1,344 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/84_HeadCam/84_Depth.jpg b/RobotData/84_HeadCam/84_Depth.jpg new file mode 100644 index 00000000..a44bea77 --- /dev/null +++ b/RobotData/84_HeadCam/84_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d888742c88d02e8715b46b7e0245eb4e655db218801830c7dd2ca02aaac3ee4b +size 44813 diff --git a/RobotData/84_HeadCam/84_RGB.jpg b/RobotData/84_HeadCam/84_RGB.jpg new file mode 100644 index 00000000..1f3b75d3 --- /dev/null +++ b/RobotData/84_HeadCam/84_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ec8f0d83ea0d490a71ef4d6e3bfbda08338f5558baa44664555f81d9938708 +size 44919 diff --git a/RobotData/84_HeadCam/HeadCamPos.json b/RobotData/84_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..5bc1aa4d --- /dev/null +++ b/RobotData/84_HeadCam/HeadCamPos.json @@ -0,0 +1,344 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/85_ArmCam/85_Depth.jpg b/RobotData/85_ArmCam/85_Depth.jpg new file mode 100644 index 00000000..4ffcba2b --- /dev/null +++ b/RobotData/85_ArmCam/85_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab50e3792b6f500ae231c399611d714dedb679728ba42f805648c6f20008091e +size 44512 diff --git a/RobotData/85_ArmCam/85_RGB.jpg b/RobotData/85_ArmCam/85_RGB.jpg new file mode 100644 index 00000000..240fb6f9 --- /dev/null +++ b/RobotData/85_ArmCam/85_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8784049233faf918a0267c5f45f57c7fd88779fb3ba32174dc9517de73d30fe3 +size 44505 diff --git a/RobotData/85_ArmCam/ArmCamPos.json b/RobotData/85_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..d37eda20 --- /dev/null +++ b/RobotData/85_ArmCam/ArmCamPos.json @@ -0,0 +1,348 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/85_HeadCam/85_Depth.jpg b/RobotData/85_HeadCam/85_Depth.jpg new file mode 100644 index 00000000..37d70a90 --- /dev/null +++ b/RobotData/85_HeadCam/85_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5962e1006109ed0f341879df7bf3f3c9bebfb9ccab78cede9b980e7a63ea4 +size 44819 diff --git a/RobotData/85_HeadCam/85_RGB.jpg b/RobotData/85_HeadCam/85_RGB.jpg new file mode 100644 index 00000000..ecaa344d --- /dev/null +++ b/RobotData/85_HeadCam/85_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d520f61981c024ce96e2eb84e4c68400b29167fb87402141e1c3689b5fb85d7d +size 44932 diff --git a/RobotData/85_HeadCam/HeadCamPos.json b/RobotData/85_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..58e218ec --- /dev/null +++ b/RobotData/85_HeadCam/HeadCamPos.json @@ -0,0 +1,348 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/86_ArmCam/86_Depth.jpg b/RobotData/86_ArmCam/86_Depth.jpg new file mode 100644 index 00000000..120c5cc9 --- /dev/null +++ b/RobotData/86_ArmCam/86_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccb97054b36cd3bca08aaa27e19285745efae75e38c438e4d90ebcc596d3a2b +size 44473 diff --git a/RobotData/86_ArmCam/86_RGB.jpg b/RobotData/86_ArmCam/86_RGB.jpg new file mode 100644 index 00000000..36912b04 --- /dev/null +++ b/RobotData/86_ArmCam/86_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f395a2e1d1ac5d90bd7963118a0c5071c3a29b8c779600d6f19f15db4b886c +size 44454 diff --git a/RobotData/86_ArmCam/ArmCamPos.json b/RobotData/86_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..19b4c7e7 --- /dev/null +++ b/RobotData/86_ArmCam/ArmCamPos.json @@ -0,0 +1,352 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/86_HeadCam/86_Depth.jpg b/RobotData/86_HeadCam/86_Depth.jpg new file mode 100644 index 00000000..3e7f714e --- /dev/null +++ b/RobotData/86_HeadCam/86_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea13c9c52b65df313123e9a56aa9f510f3b5b6dc30f845266c4dd465abfa34d +size 44837 diff --git a/RobotData/86_HeadCam/86_RGB.jpg b/RobotData/86_HeadCam/86_RGB.jpg new file mode 100644 index 00000000..72604460 --- /dev/null +++ b/RobotData/86_HeadCam/86_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88c534638a2fc3f7af80dad7a7b464bbd9369cc5fba95c4a744d6b0d86ac62d +size 44919 diff --git a/RobotData/86_HeadCam/HeadCamPos.json b/RobotData/86_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ef2bd76f --- /dev/null +++ b/RobotData/86_HeadCam/HeadCamPos.json @@ -0,0 +1,352 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/87_ArmCam/87_Depth.jpg b/RobotData/87_ArmCam/87_Depth.jpg new file mode 100644 index 00000000..0bc50619 --- /dev/null +++ b/RobotData/87_ArmCam/87_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dd86badb33142f4178b2a7755f9223c379739c50fb5a5059901044aafaa7d9 +size 44478 diff --git a/RobotData/87_ArmCam/87_RGB.jpg b/RobotData/87_ArmCam/87_RGB.jpg new file mode 100644 index 00000000..bbabc849 --- /dev/null +++ b/RobotData/87_ArmCam/87_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6247b105f8d4fafa4143a06167d40c216a571bd41af6f6a2abae455ad281c873 +size 44458 diff --git a/RobotData/87_ArmCam/ArmCamPos.json b/RobotData/87_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..2ab383bf --- /dev/null +++ b/RobotData/87_ArmCam/ArmCamPos.json @@ -0,0 +1,356 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/87_HeadCam/87_Depth.jpg b/RobotData/87_HeadCam/87_Depth.jpg new file mode 100644 index 00000000..71d2cb54 --- /dev/null +++ b/RobotData/87_HeadCam/87_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1236bf8ceca8159f2f34a94839580b8caf725fe6cd2481e14e57151e652eecd3 +size 44833 diff --git a/RobotData/87_HeadCam/87_RGB.jpg b/RobotData/87_HeadCam/87_RGB.jpg new file mode 100644 index 00000000..020c2509 --- /dev/null +++ b/RobotData/87_HeadCam/87_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51333d75093a68235fa5e188761159c09250c39f71dda07240d2c9b148ca85d0 +size 44931 diff --git a/RobotData/87_HeadCam/HeadCamPos.json b/RobotData/87_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..1a930891 --- /dev/null +++ b/RobotData/87_HeadCam/HeadCamPos.json @@ -0,0 +1,356 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/88_ArmCam/88_Depth.jpg b/RobotData/88_ArmCam/88_Depth.jpg new file mode 100644 index 00000000..61fa9474 --- /dev/null +++ b/RobotData/88_ArmCam/88_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5494a6913278305a957dbb0cf70df3b5f10c9adf7c7de2b2eed8bbec86f65d +size 44474 diff --git a/RobotData/88_ArmCam/88_RGB.jpg b/RobotData/88_ArmCam/88_RGB.jpg new file mode 100644 index 00000000..139e7feb --- /dev/null +++ b/RobotData/88_ArmCam/88_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca41f16dd5c0e4658205b64f67b4affc466bdda085adee795ad0aff2924708aa +size 44467 diff --git a/RobotData/88_ArmCam/ArmCamPos.json b/RobotData/88_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..5cf631a2 --- /dev/null +++ b/RobotData/88_ArmCam/ArmCamPos.json @@ -0,0 +1,360 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/88_HeadCam/88_Depth.jpg b/RobotData/88_HeadCam/88_Depth.jpg new file mode 100644 index 00000000..cf76e46e --- /dev/null +++ b/RobotData/88_HeadCam/88_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9365ad18fbe6c60fc3ef1ece7ee75679737f2caf2b4aa9475c71662d98fccbcd +size 44826 diff --git a/RobotData/88_HeadCam/88_RGB.jpg b/RobotData/88_HeadCam/88_RGB.jpg new file mode 100644 index 00000000..e93efda0 --- /dev/null +++ b/RobotData/88_HeadCam/88_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c831f96b57ffe7aaa7c575540c9fa69ceac3fd34e0d5340eb675d61ad67f75 +size 44920 diff --git a/RobotData/88_HeadCam/HeadCamPos.json b/RobotData/88_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..a50ddcc9 --- /dev/null +++ b/RobotData/88_HeadCam/HeadCamPos.json @@ -0,0 +1,360 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/89_ArmCam/89_Depth.jpg b/RobotData/89_ArmCam/89_Depth.jpg new file mode 100644 index 00000000..bc2a8947 --- /dev/null +++ b/RobotData/89_ArmCam/89_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ecd11b51e3c86ca0f41b703670aa91f131446571bc8ca3c4db1a019c5fb0f3 +size 44450 diff --git a/RobotData/89_ArmCam/89_RGB.jpg b/RobotData/89_ArmCam/89_RGB.jpg new file mode 100644 index 00000000..261bd313 --- /dev/null +++ b/RobotData/89_ArmCam/89_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849f609bc0333f2815f3f57bc814b06249c461b22a25b6b40aa695ece1abd5eb +size 44471 diff --git a/RobotData/89_ArmCam/ArmCamPos.json b/RobotData/89_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e883ae27 --- /dev/null +++ b/RobotData/89_ArmCam/ArmCamPos.json @@ -0,0 +1,364 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/89_HeadCam/89_Depth.jpg b/RobotData/89_HeadCam/89_Depth.jpg new file mode 100644 index 00000000..ef67a02b --- /dev/null +++ b/RobotData/89_HeadCam/89_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fb8c65bdf696824f099fa93ab4ea35a2d98de89b3d2947ce37b61a03a85c82 +size 44822 diff --git a/RobotData/89_HeadCam/89_RGB.jpg b/RobotData/89_HeadCam/89_RGB.jpg new file mode 100644 index 00000000..b7223984 --- /dev/null +++ b/RobotData/89_HeadCam/89_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c277973b077a82a26bbb5244dbf97ddd128effa7cb029f26ec231e75d98b2ce +size 44922 diff --git a/RobotData/89_HeadCam/HeadCamPos.json b/RobotData/89_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..ffdc000b --- /dev/null +++ b/RobotData/89_HeadCam/HeadCamPos.json @@ -0,0 +1,364 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/8_ArmCam/8_Depth.jpg b/RobotData/8_ArmCam/8_Depth.jpg new file mode 100644 index 00000000..3b72f4e1 --- /dev/null +++ b/RobotData/8_ArmCam/8_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e300bda880bfc7ffa75f0037b9dc7f84963b3b45bb70004bf55ad63377f37bc3 +size 43744 diff --git a/RobotData/8_ArmCam/8_RGB.jpg b/RobotData/8_ArmCam/8_RGB.jpg new file mode 100644 index 00000000..00c0e890 --- /dev/null +++ b/RobotData/8_ArmCam/8_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9396d83315361f5bc2fc5e21cc92ed22a19e6896ac2e29c6c21b40d49790b7 +size 43750 diff --git a/RobotData/8_ArmCam/ArmCamPos.json b/RobotData/8_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..a6ba05df --- /dev/null +++ b/RobotData/8_ArmCam/ArmCamPos.json @@ -0,0 +1,40 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/8_HeadCam/8_Depth.jpg b/RobotData/8_HeadCam/8_Depth.jpg new file mode 100644 index 00000000..0ad60c0f --- /dev/null +++ b/RobotData/8_HeadCam/8_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ca8a85e5df4c0d0385027b5e02bfb51ec6298fff0b52edb98889392de5661c +size 54990 diff --git a/RobotData/8_HeadCam/8_RGB.jpg b/RobotData/8_HeadCam/8_RGB.jpg new file mode 100644 index 00000000..628930f4 --- /dev/null +++ b/RobotData/8_HeadCam/8_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc7fb7b1922c5adb5f1693d8da17690e30fd04ec4691d34fd019b6bd30466e7 +size 55476 diff --git a/RobotData/8_HeadCam/HeadCamPos.json b/RobotData/8_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..eb22f157 --- /dev/null +++ b/RobotData/8_HeadCam/HeadCamPos.json @@ -0,0 +1,40 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/90_ArmCam/90_Depth.jpg b/RobotData/90_ArmCam/90_Depth.jpg new file mode 100644 index 00000000..dbf311de --- /dev/null +++ b/RobotData/90_ArmCam/90_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a0f6b9222193b91980ed32b3347f0b0f86b28f762c40e582e20fdac5920699 +size 44412 diff --git a/RobotData/90_ArmCam/90_RGB.jpg b/RobotData/90_ArmCam/90_RGB.jpg new file mode 100644 index 00000000..924fd8be --- /dev/null +++ b/RobotData/90_ArmCam/90_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898b877a6ee0c6b87c4cab71f7f0574a9475407dc349815056217b835bd616df +size 44435 diff --git a/RobotData/90_ArmCam/ArmCamPos.json b/RobotData/90_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..b6fe9ed8 --- /dev/null +++ b/RobotData/90_ArmCam/ArmCamPos.json @@ -0,0 +1,368 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/90_HeadCam/90_Depth.jpg b/RobotData/90_HeadCam/90_Depth.jpg new file mode 100644 index 00000000..dc022ac1 --- /dev/null +++ b/RobotData/90_HeadCam/90_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739054281f16141068310b81fb0a3bdcd6406af572361b675184c779d7a76695 +size 44803 diff --git a/RobotData/90_HeadCam/90_RGB.jpg b/RobotData/90_HeadCam/90_RGB.jpg new file mode 100644 index 00000000..71cc2d9f --- /dev/null +++ b/RobotData/90_HeadCam/90_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b4069fc43c1fdd9d412a1aef897c103b94acd732fc30a55b025de2bbcfb2c6 +size 44945 diff --git a/RobotData/90_HeadCam/HeadCamPos.json b/RobotData/90_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..772922fb --- /dev/null +++ b/RobotData/90_HeadCam/HeadCamPos.json @@ -0,0 +1,368 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/91_ArmCam/91_Depth.jpg b/RobotData/91_ArmCam/91_Depth.jpg new file mode 100644 index 00000000..875eadd8 --- /dev/null +++ b/RobotData/91_ArmCam/91_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3d1dec595f5831d1bbc99127e272f1b812532231723bec6c6dad7556ed83da +size 44388 diff --git a/RobotData/91_ArmCam/91_RGB.jpg b/RobotData/91_ArmCam/91_RGB.jpg new file mode 100644 index 00000000..a8fa0b0c --- /dev/null +++ b/RobotData/91_ArmCam/91_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28118b64e8d9822c02c63bafc85e8770ae60a0a0af9c008d33492b0d20cbff9a +size 44404 diff --git a/RobotData/91_ArmCam/ArmCamPos.json b/RobotData/91_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e31a5954 --- /dev/null +++ b/RobotData/91_ArmCam/ArmCamPos.json @@ -0,0 +1,372 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/91_HeadCam/91_Depth.jpg b/RobotData/91_HeadCam/91_Depth.jpg new file mode 100644 index 00000000..cd2b8184 --- /dev/null +++ b/RobotData/91_HeadCam/91_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26fed9950fe54b8c6d51b75fab9e42f106d49c0d7c4957fc955d860c594e01e +size 44846 diff --git a/RobotData/91_HeadCam/91_RGB.jpg b/RobotData/91_HeadCam/91_RGB.jpg new file mode 100644 index 00000000..b7b6bd03 --- /dev/null +++ b/RobotData/91_HeadCam/91_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c819560bcd1838819b741e813681885786a4646818139126bf42e05dcb89306 +size 44979 diff --git a/RobotData/91_HeadCam/HeadCamPos.json b/RobotData/91_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..f18189e6 --- /dev/null +++ b/RobotData/91_HeadCam/HeadCamPos.json @@ -0,0 +1,372 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/92_ArmCam/92_Depth.jpg b/RobotData/92_ArmCam/92_Depth.jpg new file mode 100644 index 00000000..8e86d94a --- /dev/null +++ b/RobotData/92_ArmCam/92_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966c2adfafad6e2e8a208805a83ec51c1ecdc12554ff62816b453af81206b4db +size 44471 diff --git a/RobotData/92_ArmCam/92_RGB.jpg b/RobotData/92_ArmCam/92_RGB.jpg new file mode 100644 index 00000000..b8e54a14 --- /dev/null +++ b/RobotData/92_ArmCam/92_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1c5e7ee46b36a395e0b04ceb7ceeccaef7afd252fb80edb1b845dd0c0a209a +size 44447 diff --git a/RobotData/92_ArmCam/ArmCamPos.json b/RobotData/92_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..6d2958d2 --- /dev/null +++ b/RobotData/92_ArmCam/ArmCamPos.json @@ -0,0 +1,376 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/92_HeadCam/92_Depth.jpg b/RobotData/92_HeadCam/92_Depth.jpg new file mode 100644 index 00000000..590df43f --- /dev/null +++ b/RobotData/92_HeadCam/92_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de71dc76b07b1d431f7a7e5cca1651a7b54deda528104df6fbbe5dd0c3b61e6 +size 44878 diff --git a/RobotData/92_HeadCam/92_RGB.jpg b/RobotData/92_HeadCam/92_RGB.jpg new file mode 100644 index 00000000..ba0fc5b0 --- /dev/null +++ b/RobotData/92_HeadCam/92_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43695d55e31189552d52bcec61d5544b395a14d60fe782bd2d9ea6f8cf40270 +size 44966 diff --git a/RobotData/92_HeadCam/HeadCamPos.json b/RobotData/92_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..597c2067 --- /dev/null +++ b/RobotData/92_HeadCam/HeadCamPos.json @@ -0,0 +1,376 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/93_ArmCam/93_Depth.jpg b/RobotData/93_ArmCam/93_Depth.jpg new file mode 100644 index 00000000..03adaffc --- /dev/null +++ b/RobotData/93_ArmCam/93_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a2370cf9cd8507ae95ee4052ff5049fc794185ba2087d32d03e59145e24572 +size 44426 diff --git a/RobotData/93_ArmCam/93_RGB.jpg b/RobotData/93_ArmCam/93_RGB.jpg new file mode 100644 index 00000000..7ad90971 --- /dev/null +++ b/RobotData/93_ArmCam/93_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f57262ad25f00679cda5569ed288c49824025dbf1a6c3b42e1c3de914447e13 +size 44403 diff --git a/RobotData/93_ArmCam/ArmCamPos.json b/RobotData/93_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..6496a8d4 --- /dev/null +++ b/RobotData/93_ArmCam/ArmCamPos.json @@ -0,0 +1,380 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/93_HeadCam/93_Depth.jpg b/RobotData/93_HeadCam/93_Depth.jpg new file mode 100644 index 00000000..5373e220 --- /dev/null +++ b/RobotData/93_HeadCam/93_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de19f397bc2dd35f7f95c360a14aeecf4bc47f74c41bc1232d2b88e3986fecfa +size 44881 diff --git a/RobotData/93_HeadCam/93_RGB.jpg b/RobotData/93_HeadCam/93_RGB.jpg new file mode 100644 index 00000000..b53cc483 --- /dev/null +++ b/RobotData/93_HeadCam/93_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3369bd52eb0b638699d220dbe44c2b94b585e8c8c82d7916bdc9529ab886ac +size 44996 diff --git a/RobotData/93_HeadCam/HeadCamPos.json b/RobotData/93_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..99eec1aa --- /dev/null +++ b/RobotData/93_HeadCam/HeadCamPos.json @@ -0,0 +1,380 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/94_ArmCam/94_Depth.jpg b/RobotData/94_ArmCam/94_Depth.jpg new file mode 100644 index 00000000..b53886f1 --- /dev/null +++ b/RobotData/94_ArmCam/94_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986666b1228cce9c806b448f989b70436cb949b65a49359209b1283b59b42eab +size 44452 diff --git a/RobotData/94_ArmCam/94_RGB.jpg b/RobotData/94_ArmCam/94_RGB.jpg new file mode 100644 index 00000000..7651f708 --- /dev/null +++ b/RobotData/94_ArmCam/94_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820e1a6d6936ed91da23c78b7d8fe4bb3ac02c55d3b6b64a85cb9b57404d24e6 +size 44473 diff --git a/RobotData/94_ArmCam/ArmCamPos.json b/RobotData/94_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..f38f2b24 --- /dev/null +++ b/RobotData/94_ArmCam/ArmCamPos.json @@ -0,0 +1,384 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/94_HeadCam/94_Depth.jpg b/RobotData/94_HeadCam/94_Depth.jpg new file mode 100644 index 00000000..a3675d6d --- /dev/null +++ b/RobotData/94_HeadCam/94_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86a7d0713519c5a4b647b41fc688aaf1f6d5b0083f2365d29c3a0e6de319134 +size 44901 diff --git a/RobotData/94_HeadCam/94_RGB.jpg b/RobotData/94_HeadCam/94_RGB.jpg new file mode 100644 index 00000000..eb7bdd85 --- /dev/null +++ b/RobotData/94_HeadCam/94_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee44ae794d64953cc574e04ceb3cfa403ad3b22ce13ea90c3081625f4a10068 +size 45035 diff --git a/RobotData/94_HeadCam/HeadCamPos.json b/RobotData/94_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..328501dd --- /dev/null +++ b/RobotData/94_HeadCam/HeadCamPos.json @@ -0,0 +1,384 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/95_ArmCam/95_Depth.jpg b/RobotData/95_ArmCam/95_Depth.jpg new file mode 100644 index 00000000..3df32b0c --- /dev/null +++ b/RobotData/95_ArmCam/95_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7ecf2ebdf864696085d932f992f5f27447facbd5918f61dcbd4e38733342ef +size 44427 diff --git a/RobotData/95_ArmCam/95_RGB.jpg b/RobotData/95_ArmCam/95_RGB.jpg new file mode 100644 index 00000000..44f56f86 --- /dev/null +++ b/RobotData/95_ArmCam/95_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276125cd8e3d461b5b51113ff3841ce5775e77d6411d3b12d7d009b7b3bf026a +size 44413 diff --git a/RobotData/95_ArmCam/ArmCamPos.json b/RobotData/95_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..be3b2f27 --- /dev/null +++ b/RobotData/95_ArmCam/ArmCamPos.json @@ -0,0 +1,388 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/95_HeadCam/95_Depth.jpg b/RobotData/95_HeadCam/95_Depth.jpg new file mode 100644 index 00000000..97596e25 --- /dev/null +++ b/RobotData/95_HeadCam/95_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c24a64a032960d2a7e0bb20e3a0d477c3d056bcea2558580f737b30ee3a615d +size 44874 diff --git a/RobotData/95_HeadCam/95_RGB.jpg b/RobotData/95_HeadCam/95_RGB.jpg new file mode 100644 index 00000000..81c212c9 --- /dev/null +++ b/RobotData/95_HeadCam/95_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc40d6f0fd0a38785c19c57fc8b6f3d6c6fe55b345345b36a9afeffc9b5a6e2 +size 44992 diff --git a/RobotData/95_HeadCam/HeadCamPos.json b/RobotData/95_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..7277b4f1 --- /dev/null +++ b/RobotData/95_HeadCam/HeadCamPos.json @@ -0,0 +1,388 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/96_ArmCam/96_Depth.jpg b/RobotData/96_ArmCam/96_Depth.jpg new file mode 100644 index 00000000..3341c998 --- /dev/null +++ b/RobotData/96_ArmCam/96_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f53ad6321505c12b4b66e8e272a609253a28da0c49eef3bf44f90f805af28 +size 44459 diff --git a/RobotData/96_ArmCam/96_RGB.jpg b/RobotData/96_ArmCam/96_RGB.jpg new file mode 100644 index 00000000..dfbe95e5 --- /dev/null +++ b/RobotData/96_ArmCam/96_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610930df7ce1eb629cb8567d7c427ced06369c07f42b035a0c8f951ce0d41906 +size 44458 diff --git a/RobotData/96_ArmCam/ArmCamPos.json b/RobotData/96_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e6bdbd93 --- /dev/null +++ b/RobotData/96_ArmCam/ArmCamPos.json @@ -0,0 +1,392 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044045 Y=84.520445 R=-0.134494 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/96_HeadCam/96_Depth.jpg b/RobotData/96_HeadCam/96_Depth.jpg new file mode 100644 index 00000000..7f2497f7 --- /dev/null +++ b/RobotData/96_HeadCam/96_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783250fedab97eef67b5b9f2fd4cfeed26cae66a6ca85cb3c0424693b8686c46 +size 44895 diff --git a/RobotData/96_HeadCam/96_RGB.jpg b/RobotData/96_HeadCam/96_RGB.jpg new file mode 100644 index 00000000..98b1942d --- /dev/null +++ b/RobotData/96_HeadCam/96_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c71fb0d8d05bbad32877d3fc893791a364b32c094109bdbcb1fa01a8986cb99 +size 44979 diff --git a/RobotData/96_HeadCam/HeadCamPos.json b/RobotData/96_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..19772e09 --- /dev/null +++ b/RobotData/96_HeadCam/HeadCamPos.json @@ -0,0 +1,392 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211251 Y=-5.420869 R=-0.001716 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/97_ArmCam/97_Depth.jpg b/RobotData/97_ArmCam/97_Depth.jpg new file mode 100644 index 00000000..d6722eb7 --- /dev/null +++ b/RobotData/97_ArmCam/97_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c46d645d75ef46946334d49facd4cc466c5f2c34affb8fc2069185210d69863 +size 44431 diff --git a/RobotData/97_ArmCam/97_RGB.jpg b/RobotData/97_ArmCam/97_RGB.jpg new file mode 100644 index 00000000..b57b2278 --- /dev/null +++ b/RobotData/97_ArmCam/97_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444e03cecfc6bb3306bef926edb683874713fc6e8e0ecbb2f06e0750b06a5645 +size 44433 diff --git a/RobotData/97_ArmCam/ArmCamPos.json b/RobotData/97_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..38431016 --- /dev/null +++ b/RobotData/97_ArmCam/ArmCamPos.json @@ -0,0 +1,396 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044045 Y=84.520445 R=-0.134494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043799 Y=84.520430 R=-0.133821 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/97_HeadCam/97_Depth.jpg b/RobotData/97_HeadCam/97_Depth.jpg new file mode 100644 index 00000000..a481467a --- /dev/null +++ b/RobotData/97_HeadCam/97_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fdff393d43fe97a325d6915e6bdbdac271ad8f37d3be2789a0328e11be5cd9 +size 44922 diff --git a/RobotData/97_HeadCam/97_RGB.jpg b/RobotData/97_HeadCam/97_RGB.jpg new file mode 100644 index 00000000..d2ea3901 --- /dev/null +++ b/RobotData/97_HeadCam/97_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507cd590ace507e59447a25ea1b4316c8ec3282b3eeb98bae39d69dbb1ecdb44 +size 45035 diff --git a/RobotData/97_HeadCam/HeadCamPos.json b/RobotData/97_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b91bbe6b --- /dev/null +++ b/RobotData/97_HeadCam/HeadCamPos.json @@ -0,0 +1,396 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211251 Y=-5.420869 R=-0.001716 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210588 Y=-5.420766 R=-0.001961 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/98_ArmCam/98_Depth.jpg b/RobotData/98_ArmCam/98_Depth.jpg new file mode 100644 index 00000000..a3d4f5a4 --- /dev/null +++ b/RobotData/98_ArmCam/98_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fa8d464602af219f14e162f16805037de71a846ae3cd45273a538eaebeed14 +size 44453 diff --git a/RobotData/98_ArmCam/98_RGB.jpg b/RobotData/98_ArmCam/98_RGB.jpg new file mode 100644 index 00000000..b87b17ce --- /dev/null +++ b/RobotData/98_ArmCam/98_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a35a2cfc2c8794178ad56921ae75ad4d7acc479c68ab18f494bc2f13ed1b6bb +size 44460 diff --git a/RobotData/98_ArmCam/ArmCamPos.json b/RobotData/98_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..ae7e2fa1 --- /dev/null +++ b/RobotData/98_ArmCam/ArmCamPos.json @@ -0,0 +1,400 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044045 Y=84.520445 R=-0.134494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043799 Y=84.520430 R=-0.133821 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043758 Y=84.520468 R=-0.133573 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/98_HeadCam/98_Depth.jpg b/RobotData/98_HeadCam/98_Depth.jpg new file mode 100644 index 00000000..c1ed82d8 --- /dev/null +++ b/RobotData/98_HeadCam/98_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b67923e8978d498d72055f8ba29c846bf21945cc9007eb39463bfe6900d240 +size 44941 diff --git a/RobotData/98_HeadCam/98_RGB.jpg b/RobotData/98_HeadCam/98_RGB.jpg new file mode 100644 index 00000000..150ec504 --- /dev/null +++ b/RobotData/98_HeadCam/98_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117e70de32e584256326e8900d403d5b23f85f2589f2365a81851988378367ae +size 45036 diff --git a/RobotData/98_HeadCam/HeadCamPos.json b/RobotData/98_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..b1f3b728 --- /dev/null +++ b/RobotData/98_HeadCam/HeadCamPos.json @@ -0,0 +1,400 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211251 Y=-5.420869 R=-0.001716 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210588 Y=-5.420766 R=-0.001961 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210344 Y=-5.420685 R=-0.002001 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/99_ArmCam/99_Depth.jpg b/RobotData/99_ArmCam/99_Depth.jpg new file mode 100644 index 00000000..3d8507c8 --- /dev/null +++ b/RobotData/99_ArmCam/99_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b41c0ddf8b4de078200c5e01970ecf060e305a6c56aab802507429f8b3570b4 +size 44443 diff --git a/RobotData/99_ArmCam/99_RGB.jpg b/RobotData/99_ArmCam/99_RGB.jpg new file mode 100644 index 00000000..d53322ff --- /dev/null +++ b/RobotData/99_ArmCam/99_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2efa0908edb69b8d97863889d4c5c648ffd84478a4383e558970a801e458b +size 44473 diff --git a/RobotData/99_ArmCam/ArmCamPos.json b/RobotData/99_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..56f19f6d --- /dev/null +++ b/RobotData/99_ArmCam/ArmCamPos.json @@ -0,0 +1,404 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.044129 Y=84.519868 R=-0.137115 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.391 Rotation: P=-10.043450 Y=84.518425 R=-0.131139 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043637 Y=84.518360 R=-0.133694 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.387 Rotation: P=-10.045810 Y=84.518736 R=-0.137092 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-149.420 Y=359.952 Z=17.392 Rotation: P=-10.043077 Y=84.517079 R=-0.129865 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-149.418 Y=359.952 Z=17.389 Rotation: P=-10.043764 Y=84.517627 R=-0.135166 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.389 Rotation: P=-10.043330 Y=84.517674 R=-0.136491 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.043802 Y=84.517085 R=-0.136382 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045109 Y=84.516590 R=-0.137010 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-149.419 Y=359.952 Z=17.390 Rotation: P=-10.043804 Y=84.514797 R=-0.131608 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044057 Y=84.515374 R=-0.136777 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045229 Y=84.515142 R=-0.136624 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044369 Y=84.514902 R=-0.135824 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.044365 Y=84.514827 R=-0.136544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.390 Rotation: P=-10.043104 Y=84.514202 R=-0.133818 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.388 Rotation: P=-10.045402 Y=84.514593 R=-0.136820 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-149.419 Y=359.951 Z=17.391 Rotation: P=-10.043108 Y=84.513479 R=-0.130251 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.514328 R=-0.135263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.045305 Y=84.514530 R=-0.136759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043061 Y=84.513764 R=-0.131757 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044217 Y=84.514596 R=-0.136037 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044921 Y=84.514598 R=-0.136263 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043411 Y=84.513874 R=-0.131916 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044648 Y=84.514815 R=-0.136350 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044331 Y=84.514778 R=-0.135581 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043373 Y=84.513936 R=-0.130990 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043323 Y=84.514447 R=-0.132899 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.390 Rotation: P=-10.043908 Y=84.514562 R=-0.133756 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043333 Y=84.514252 R=-0.130957 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.388 Rotation: P=-10.044672 Y=84.515197 R=-0.135924 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043631 Y=84.514563 R=-0.132404 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043310 Y=84.514615 R=-0.131719 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-149.417 Y=359.952 Z=17.389 Rotation: P=-10.044332 Y=84.515282 R=-0.135051 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-149.418 Y=359.951 Z=17.391 Rotation: P=-10.043505 Y=84.514760 R=-0.131566 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043419 Y=84.515069 R=-0.132908 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043963 Y=84.515325 R=-0.133871 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044008 Y=84.515633 R=-0.135282 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044497 Y=84.515794 R=-0.135637 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043704 Y=84.515382 R=-0.132740 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044297 Y=84.515958 R=-0.135652 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044250 Y=84.515927 R=-0.134910 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043570 Y=84.515513 R=-0.132011 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043520 Y=84.515766 R=-0.132974 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044298 Y=84.516292 R=-0.135395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044201 Y=84.516332 R=-0.135060 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043741 Y=84.516208 R=-0.133952 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-149.416 Y=359.952 Z=17.389 Rotation: P=-10.044393 Y=84.516590 R=-0.135534 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043960 Y=84.516465 R=-0.134247 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044002 Y=84.516619 R=-0.134706 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044323 Y=84.516840 R=-0.135369 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043788 Y=84.516595 R=-0.133379 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044198 Y=84.516983 R=-0.135152 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043569 Y=84.516552 R=-0.132220 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043773 Y=84.516942 R=-0.133884 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044275 Y=84.517299 R=-0.135297 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043977 Y=84.517220 R=-0.134231 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043648 Y=84.517009 R=-0.132423 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043728 Y=84.517318 R=-0.133614 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044176 Y=84.517695 R=-0.135131 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-149.417 Y=359.951 Z=17.390 Rotation: P=-10.043636 Y=84.517333 R=-0.132561 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043865 Y=84.517738 R=-0.134268 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044220 Y=84.518000 R=-0.135109 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043660 Y=84.517720 R=-0.133023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044015 Y=84.518132 R=-0.134728 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043683 Y=84.517868 R=-0.132684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043820 Y=84.518144 R=-0.134031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043734 Y=84.518142 R=-0.133626 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043862 Y=84.518237 R=-0.133607 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043658 Y=84.518204 R=-0.132778 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.044099 Y=84.518630 R=-0.134668 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043764 Y=84.518479 R=-0.133127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043677 Y=84.518597 R=-0.133149 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043675 Y=84.518632 R=-0.132936 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.389 Rotation: P=-10.043994 Y=84.518970 R=-0.134593 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043910 Y=84.518993 R=-0.134315 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043740 Y=84.518877 R=-0.133078 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044131 Y=84.519286 R=-0.134867 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043933 Y=84.519263 R=-0.134024 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044017 Y=84.519391 R=-0.134331 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044100 Y=84.519610 R=-0.134732 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043744 Y=84.519494 R=-0.133517 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043900 Y=84.519663 R=-0.133875 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043698 Y=84.519640 R=-0.133031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044076 Y=84.520022 R=-0.134615 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-149.416 Y=359.951 Z=17.390 Rotation: P=-10.043804 Y=84.519951 R=-0.133471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044052 Y=84.520264 R=-0.134671 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043988 Y=84.520331 R=-0.134292 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044045 Y=84.520445 R=-0.134494 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043799 Y=84.520430 R=-0.133821 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.390 Rotation: P=-10.043758 Y=84.520468 R=-0.133573 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 99, + "transform": "Translation: X=-149.415 Y=359.951 Z=17.389 Rotation: P=-10.044003 Y=84.520776 R=-0.134556 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/99_HeadCam/99_Depth.jpg b/RobotData/99_HeadCam/99_Depth.jpg new file mode 100644 index 00000000..b75d8d89 --- /dev/null +++ b/RobotData/99_HeadCam/99_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d35c790aac130e529f8f3b6498b3679cdf637cd48c543781b28c4e039a8174 +size 44913 diff --git a/RobotData/99_HeadCam/99_RGB.jpg b/RobotData/99_HeadCam/99_RGB.jpg new file mode 100644 index 00000000..8c0fea91 --- /dev/null +++ b/RobotData/99_HeadCam/99_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3655a54558ab5c94102afb22c43783e314b63a32b37eae7f3d30f87fbdf8a2c0 +size 45025 diff --git a/RobotData/99_HeadCam/HeadCamPos.json b/RobotData/99_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..462829c0 --- /dev/null +++ b/RobotData/99_HeadCam/HeadCamPos.json @@ -0,0 +1,404 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213832 Y=-5.428027 R=-0.001611 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-146.005 Y=311.430 Z=125.960 Rotation: P=-0.207947 Y=-5.428016 R=-0.002287 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.958 Rotation: P=-0.210463 Y=-5.427964 R=-0.002104 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-145.992 Y=311.434 Z=125.957 Rotation: P=-0.213810 Y=-5.427952 R=0.000065 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-146.008 Y=311.430 Z=125.960 Rotation: P=-0.206692 Y=-5.427952 R=-0.002663 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 10, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.958 Rotation: P=-0.211912 Y=-5.427933 R=-0.001982 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 11, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 12, + "transform": "Translation: X=-145.993 Y=311.429 Z=125.957 Rotation: P=-0.213216 Y=-5.427936 R=-0.002418 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 13, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.957 Rotation: P=-0.213110 Y=-5.427870 R=-0.001948 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 14, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213729 Y=-5.427834 R=-0.000645 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 15, + "transform": "Translation: X=-146.004 Y=311.431 Z=125.959 Rotation: P=-0.208409 Y=-5.427731 R=-0.001947 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 16, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.957 Rotation: P=-0.213499 Y=-5.427699 R=-0.001701 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 17, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 18, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213349 Y=-5.427632 R=-0.000529 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 19, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212561 Y=-5.427614 R=-0.001389 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 20, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.957 Rotation: P=-0.213269 Y=-5.427570 R=-0.001395 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 21, + "transform": "Translation: X=-145.999 Y=311.429 Z=125.959 Rotation: P=-0.210585 Y=-5.427524 R=-0.002654 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 22, + "transform": "Translation: X=-145.992 Y=311.433 Z=125.957 Rotation: P=-0.213543 Y=-5.427422 R=-0.000360 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 23, + "transform": "Translation: X=-146.006 Y=311.429 Z=125.960 Rotation: P=-0.207072 Y=-5.427382 R=-0.002648 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 24, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.212008 Y=-5.427302 R=-0.002125 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 25, + "transform": "Translation: X=-145.991 Y=311.433 Z=125.957 Rotation: P=-0.213482 Y=-5.427208 R=-0.000458 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 26, + "transform": "Translation: X=-146.003 Y=311.429 Z=125.959 Rotation: P=-0.208555 Y=-5.427169 R=-0.002696 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 27, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.212770 Y=-5.427075 R=-0.001544 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 28, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.212994 Y=-5.426988 R=-0.000842 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 29, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208712 Y=-5.426904 R=-0.002347 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 30, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.957 Rotation: P=-0.213079 Y=-5.426846 R=-0.001114 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 31, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.212321 Y=-5.426747 R=-0.001431 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 32, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207800 Y=-5.426678 R=-0.002384 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 33, + "transform": "Translation: X=-146.000 Y=311.429 Z=125.959 Rotation: P=-0.209679 Y=-5.426609 R=-0.002436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 34, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.958 Rotation: P=-0.210524 Y=-5.426523 R=-0.001852 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 35, + "transform": "Translation: X=-146.004 Y=311.430 Z=125.960 Rotation: P=-0.207767 Y=-5.426449 R=-0.002424 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 36, + "transform": "Translation: X=-145.992 Y=311.432 Z=125.958 Rotation: P=-0.212659 Y=-5.426375 R=-0.001090 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 37, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.209193 Y=-5.426284 R=-0.002127 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 38, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208518 Y=-5.426213 R=-0.002448 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 39, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211799 Y=-5.426131 R=-0.001429 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 40, + "transform": "Translation: X=-146.002 Y=311.430 Z=125.959 Rotation: P=-0.208368 Y=-5.426042 R=-0.002252 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 41, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209689 Y=-5.425967 R=-0.002340 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 42, + "transform": "Translation: X=-145.996 Y=311.431 Z=125.958 Rotation: P=-0.210638 Y=-5.425880 R=-0.001797 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 43, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.212026 Y=-5.425819 R=-0.001753 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 44, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212377 Y=-5.425721 R=-0.001265 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 45, + "transform": "Translation: X=-145.999 Y=311.430 Z=125.959 Rotation: P=-0.209523 Y=-5.425625 R=-0.002055 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 46, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212391 Y=-5.425559 R=-0.001465 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 47, + "transform": "Translation: X=-145.994 Y=311.431 Z=125.958 Rotation: P=-0.211661 Y=-5.425461 R=-0.001511 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 48, + "transform": "Translation: X=-146.000 Y=311.430 Z=125.959 Rotation: P=-0.208805 Y=-5.425366 R=-0.002188 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 49, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209753 Y=-5.425282 R=-0.002239 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 50, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212138 Y=-5.425180 R=-0.001463 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 51, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.211808 Y=-5.425082 R=-0.001560 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 52, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.958 Rotation: P=-0.210716 Y=-5.425010 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 53, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212276 Y=-5.424907 R=-0.001368 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 54, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.958 Rotation: P=-0.211008 Y=-5.424806 R=-0.001800 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 55, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211460 Y=-5.424732 R=-0.001759 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 56, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.212112 Y=-5.424628 R=-0.001439 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 57, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.210152 Y=-5.424524 R=-0.001971 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 58, + "transform": "Translation: X=-145.992 Y=311.431 Z=125.958 Rotation: P=-0.211899 Y=-5.424447 R=-0.001563 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 59, + "transform": "Translation: X=-145.998 Y=311.430 Z=125.959 Rotation: P=-0.209011 Y=-5.424364 R=-0.002189 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 60, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210650 Y=-5.424264 R=-0.001987 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 61, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.212041 Y=-5.424156 R=-0.001487 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 62, + "transform": "Translation: X=-145.993 Y=311.431 Z=125.958 Rotation: P=-0.210992 Y=-5.424049 R=-0.001784 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 63, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209211 Y=-5.423943 R=-0.002110 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 64, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.210384 Y=-5.423841 R=-0.002031 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 65, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211878 Y=-5.423731 R=-0.001585 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 66, + "transform": "Translation: X=-145.997 Y=311.430 Z=125.959 Rotation: P=-0.209347 Y=-5.423643 R=-0.002123 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 67, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.211029 Y=-5.423536 R=-0.001896 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 68, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211857 Y=-5.423422 R=-0.001542 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 69, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209802 Y=-5.423336 R=-0.002099 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 70, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211482 Y=-5.423223 R=-0.001745 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 71, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 72, + "transform": "Translation: X=-145.996 Y=311.430 Z=125.959 Rotation: P=-0.209468 Y=-5.423129 R=-0.002076 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 73, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.958 Rotation: P=-0.210795 Y=-5.423088 R=-0.001940 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 74, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.210396 Y=-5.423020 R=-0.002025 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 75, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.210377 Y=-5.422922 R=-0.001898 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 76, + "transform": "Translation: X=-145.995 Y=311.430 Z=125.959 Rotation: P=-0.209561 Y=-5.422809 R=-0.002101 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 77, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211422 Y=-5.422715 R=-0.001662 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 78, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209905 Y=-5.422596 R=-0.001995 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 79, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209926 Y=-5.422482 R=-0.002082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 80, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 81, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209716 Y=-5.422409 R=-0.002084 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 82, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211349 Y=-5.422362 R=-0.001767 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 83, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.211075 Y=-5.422290 R=-0.001851 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 84, + "transform": "Translation: X=-145.994 Y=311.430 Z=125.959 Rotation: P=-0.209856 Y=-5.422189 R=-0.002019 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 85, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211619 Y=-5.422093 R=-0.001629 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 86, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210788 Y=-5.421969 R=-0.001827 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 87, + "transform": "Translation: X=-145.991 Y=311.431 Z=125.958 Rotation: P=-0.211091 Y=-5.421895 R=-0.001743 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 88, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211485 Y=-5.421746 R=-0.001660 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 89, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210288 Y=-5.421648 R=-0.002016 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 90, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.958 Rotation: P=-0.210641 Y=-5.421543 R=-0.001860 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 91, + "transform": "Translation: X=-145.993 Y=311.430 Z=125.959 Rotation: P=-0.209810 Y=-5.421417 R=-0.002061 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 92, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211370 Y=-5.421314 R=-0.001684 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 93, + "transform": "Translation: X=-145.992 Y=311.430 Z=125.959 Rotation: P=-0.210243 Y=-5.421183 R=-0.001955 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 94, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211425 Y=-5.421082 R=-0.001709 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 95, + "transform": "Translation: X=-145.990 Y=311.431 Z=125.958 Rotation: P=-0.211052 Y=-5.420948 R=-0.001772 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 96, + "transform": "Translation: X=-145.989 Y=311.431 Z=125.958 Rotation: P=-0.211251 Y=-5.420869 R=-0.001716 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 97, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210588 Y=-5.420766 R=-0.001961 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 98, + "transform": "Translation: X=-145.991 Y=311.430 Z=125.959 Rotation: P=-0.210344 Y=-5.420685 R=-0.002001 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 99, + "transform": "Translation: X=-145.989 Y=311.430 Z=125.958 Rotation: P=-0.211312 Y=-5.420549 R=-0.001757 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/9_ArmCam/9_Depth.jpg b/RobotData/9_ArmCam/9_Depth.jpg new file mode 100644 index 00000000..c7e66d6e --- /dev/null +++ b/RobotData/9_ArmCam/9_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f77e8f692bcf9a19e72574ff6ac879d75145fffc4e265e3d5eadea83aad7f5 +size 43713 diff --git a/RobotData/9_ArmCam/9_RGB.jpg b/RobotData/9_ArmCam/9_RGB.jpg new file mode 100644 index 00000000..89f4869f --- /dev/null +++ b/RobotData/9_ArmCam/9_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845ee7960e694d259df938611f47af836627c4de3c29178d458995bd1dd0e04b +size 43672 diff --git a/RobotData/9_ArmCam/ArmCamPos.json b/RobotData/9_ArmCam/ArmCamPos.json new file mode 100644 index 00000000..e08a9b53 --- /dev/null +++ b/RobotData/9_ArmCam/ArmCamPos.json @@ -0,0 +1,44 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-103.341 Y=307.962 Z=17.356 Rotation: P=-10.077276 Y=-8.328898 R=-0.158324 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-103.340 Y=307.969 Z=17.357 Rotation: P=-10.076959 Y=-8.322640 R=-0.153687 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-103.340 Y=307.974 Z=17.355 Rotation: P=-10.078229 Y=-8.314358 R=-0.159386 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-103.339 Y=307.981 Z=17.356 Rotation: P=-10.078259 Y=-8.308090 R=-0.155918 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-103.338 Y=307.987 Z=17.355 Rotation: P=-10.078469 Y=-8.300951 R=-0.158082 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-103.337 Y=307.992 Z=17.353 Rotation: P=-10.079812 Y=-8.293785 R=-0.159492 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-103.337 Y=308.000 Z=17.355 Rotation: P=-10.079367 Y=-8.287737 R=-0.155843 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-103.336 Y=308.004 Z=17.352 Rotation: P=-10.081319 Y=-8.280081 R=-0.160944 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-103.335 Y=308.012 Z=17.354 Rotation: P=-10.080390 Y=-8.274144 R=-0.157212 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-103.334 Y=308.017 Z=17.351 Rotation: P=-10.081874 Y=-8.266848 R=-0.160257 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file diff --git a/RobotData/9_HeadCam/9_Depth.jpg b/RobotData/9_HeadCam/9_Depth.jpg new file mode 100644 index 00000000..05baee30 --- /dev/null +++ b/RobotData/9_HeadCam/9_Depth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f836f29fcc25c7c1a5d6230af95b43d7597dcbfd07abe8a41a9a26f96b2f8a8 +size 54935 diff --git a/RobotData/9_HeadCam/9_RGB.jpg b/RobotData/9_HeadCam/9_RGB.jpg new file mode 100644 index 00000000..7fe84c77 --- /dev/null +++ b/RobotData/9_HeadCam/9_RGB.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aedf7fa2a2865473825f4b5c7f8cf2c5b196ee2eb9b32ef7a8e02f826a0107f +size 55458 diff --git a/RobotData/9_HeadCam/HeadCamPos.json b/RobotData/9_HeadCam/HeadCamPos.json new file mode 100644 index 00000000..73358f94 --- /dev/null +++ b/RobotData/9_HeadCam/HeadCamPos.json @@ -0,0 +1,44 @@ +{ + "transforms": [ + { + "index": 0, + "transform": "Translation: X=-151.916 Y=306.900 Z=125.949 Rotation: P=-0.234749 Y=-98.270845 R=0.031478 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 1, + "transform": "Translation: X=-151.915 Y=306.911 Z=125.951 Rotation: P=-0.230183 Y=-98.264464 R=0.031167 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 2, + "transform": "Translation: X=-151.913 Y=306.899 Z=125.949 Rotation: P=-0.235795 Y=-98.257970 R=0.032436 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 3, + "transform": "Translation: X=-151.911 Y=306.907 Z=125.950 Rotation: P=-0.232380 Y=-98.251610 R=0.032471 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 4, + "transform": "Translation: X=-151.911 Y=306.903 Z=125.949 Rotation: P=-0.234511 Y=-98.245025 R=0.032680 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 5, + "transform": "Translation: X=-151.907 Y=306.900 Z=125.949 Rotation: P=-0.235900 Y=-98.238559 R=0.034023 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 6, + "transform": "Translation: X=-151.906 Y=306.909 Z=125.950 Rotation: P=-0.232307 Y=-98.232029 R=0.033582 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 7, + "transform": "Translation: X=-151.903 Y=306.898 Z=125.948 Rotation: P=-0.237331 Y=-98.225391 R=0.035530 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 8, + "transform": "Translation: X=-151.903 Y=306.907 Z=125.950 Rotation: P=-0.233656 Y=-98.218911 R=0.034605 Scale: X=1.000 Y=1.000 Z=1.000" + }, + { + "index": 9, + "transform": "Translation: X=-151.900 Y=306.900 Z=125.948 Rotation: P=-0.236656 Y=-98.212154 R=0.036086 Scale: X=1.000 Y=1.000 Z=1.000" + } + ] +} \ No newline at end of file